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.
1 parent 5f321fe commit aeff074Copy full SHA for aeff074
graphene/relay/node.py
@@ -93,7 +93,7 @@ def get_node_from_global_id(cls, info, global_id, only_type=None):
93
graphene_type = info.schema.get_type(_type).graphene_type
94
except Exception as e:
95
raise Exception(
96
- "Unable call from_global_id, is the id base64 encoding of 'TypeName:id': {} Exception: {}".format(
+ "Unable to call from_global_id, is the id a base64 encoding of 'TypeName:id': {} Exception: {}".format(
97
str(global_id), str(e)
98
)
99
0 commit comments