We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94d5e34 + 7afeaa0 commit 25dab92Copy full SHA for 25dab92
docs/relay/nodes.rst
@@ -55,7 +55,7 @@ Example of a custom node:
55
return '{}:{}'.format(type, id)
56
57
@staticmethod
58
- def get_node_from_global_id(info global_id, only_type=None):
+ def get_node_from_global_id(info, global_id, only_node=None):
59
type, id = global_id.split(':')
60
if only_node:
61
# We assure that the node type that we want to retrieve
0 commit comments