Skip to content

Commit 36c0b15

Browse files
committed
Add missing description for nodes field
1 parent 3fd005a commit 36c0b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/graphql_relay/node/node.py

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def node_definitions(
6060

6161
nodes_field = GraphQLField(
6262
GraphQLNonNull(GraphQLList(node_interface)),
63+
description="Fetches objects given their IDs",
6364
args={
6465
"ids": GraphQLArgument(
6566
GraphQLNonNull(GraphQLList(GraphQLNonNull(GraphQLID))),

0 commit comments

Comments
 (0)