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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Implementation of graphql.execution.SimpleDataFetcherExceptionHandler puts location and path to error object.
However, graphql.kickstart.spring.error.GraphQLErrorFromExceptionHandler clears that information, and error contains only a message.
ErrorContext could contain additional information about the original error ʻextensions`.
I've just create a PR with it - #465
Meanwhile, I am waiting for the release of version 7.2.0
Uh oh!
There was an error while loading. Please reload this page.
Implementation of
graphql.execution.SimpleDataFetcherExceptionHandler
puts location and path toerror
object.However,
graphql.kickstart.spring.error.GraphQLErrorFromExceptionHandler
clears that information, and error contains only a message.From
GraphQLErrorFromExceptionHandler
:This code extract exception and build new
GraphQLError
object withoutlocation
andpath
.Alternatively, ther is no way to get location and path in handling exception like this
The text was updated successfully, but these errors were encountered: