mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Update node.py
This commit is contained in:
parent
ce48acb710
commit
989c3ef175
|
@ -93,7 +93,7 @@ class Node(AbstractNode):
|
|||
graphene_type = info.schema.get_type(_type).graphene_type
|
||||
except Exception as e:
|
||||
raise Exception(
|
||||
"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(
|
||||
str(global_id), str(e)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user