fix type error message on 2.0

This commit is contained in:
micimize 2020-03-29 13:33:38 -05:00
parent 0c30f2d035
commit fc0d004e4c
No known key found for this signature in database
GPG key ID: 88F30E5F5F5D64A1

View file

@ -458,7 +458,7 @@ class GraphQL {
], ],
), ),
GraphQLExceptionError( GraphQLExceptionError(
e.message.toString(), e.toString(),
locations: [ locations: [
GraphExceptionErrorLocation.fromSourceLocation( GraphExceptionErrorLocation.fromSourceLocation(
argumentValue.value.span.start) argumentValue.value.span.start)