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
Updates PostGraphile to respect the latest GraphQL spec, using the `exceptions` property on errors:
https://facebook.github.io/graphql/draft/#sec-Errors
Note: we've kept all the old properties for backwards compatibility but these will be removed in version 5 so we strongly recommend you switch to using the new error.extensions.exception object rather than using error directly.
Fixes#896
We should be setting things inside of
extensions
but ONLY if the user is using GraphQL v14 (?)The text was updated successfully, but these errors were encountered: