fix type error message on 2.0
This commit is contained in:
parent
0c30f2d035
commit
fc0d004e4c
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