Closed
Description
If we run for example the following query:
type MyType {
}
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]
Metadata
Metadata
Assignees
Labels
No labels