We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd005a commit 36c0b15Copy full SHA for 36c0b15
src/graphql_relay/node/node.py
@@ -60,6 +60,7 @@ def node_definitions(
60
61
nodes_field = GraphQLField(
62
GraphQLNonNull(GraphQLList(node_interface)),
63
+ description="Fetches objects given their IDs",
64
args={
65
"ids": GraphQLArgument(
66
GraphQLNonNull(GraphQLList(GraphQLNonNull(GraphQLID))),
0 commit comments