You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The graphql-core will crash with the following stack trace:
File "graphql/error/format_error.py", line 17, in format_error
if error.locations is not None:
File "graphql/error/base.py", line 80, in locations
source = self.source
File "graphql/error/base.py", line 54, in source
node = self.nodes[0]
The text was updated successfully, but these errors were encountered:
If we run for example the following query:
The graphql-core will crash with the following stack trace:
The text was updated successfully, but these errors were encountered: