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
execution: Preserve extensions in parseValue errors
Previously, the only fields observed on an error thrown by (for example)
parseValue were `message` and `originalError`. Now, if an error has no
`originalError`, it is itself used as the original error.
Addresses an issue raised in
apollographql/apollo-server#7178
0 commit comments