Merge pull request #249 from micimize/typeerror2.8-fix
fix type error message on 2.0
This commit is contained in:
commit
689798642d
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class GraphQL {
|
|||
],
|
||||
),
|
||||
GraphQLExceptionError(
|
||||
e.message.toString(),
|
||||
e.toString(),
|
||||
locations: [
|
||||
GraphExceptionErrorLocation.fromSourceLocation(
|
||||
argumentValue.value.span.start)
|
||||
|
|
Loading…
Reference in a new issue