mirror of
https://github.com/vale981/apollo-server
synced 2025-03-17 08:16:40 -04:00

* Add BadUserInputError and TransientError as extensions of ApolloError * remove TransientError * update test so that properties end up under `error.extensions.exception` * update documentation to talk about BadUserInputError * check for properties after formatApolloErrors has been called * fixed highlighted lines for docs * export BadUserInputError from `apollo-server` * fixed highlighted lines for docs * export BadUserInputError from `apollo-server` * update changelog
1.4 KiB
1.4 KiB
Changelog
vNEXT
apollo-server-core
: addedBadUserInputError
apollo-server-core
: breaking gql is exported from gql-tag and ApolloServer requires a DocumentNode PR#1146apollo-server-core
: acceptRequest
object inrunQuery
PR#1108apollo-server-core
: move query parse into runQuery and no longer accept GraphQL AST over the wire PR#1097apollo-server-core
: custom errors allow instanceof checks PR#1074apollo-server-core
: move subscriptions options into listen PR#1059apollo-server-core
: Replace console.error with logFunction for opt-in logging PR #1024apollo-server-core
: context creation can be async and errors are formatted to include error code PR #1024apollo-server-core
: addmocks
parameter to the base constructor(applies to all variants) PR#1017apollo-server-core
: Remove printing of stack traces withdebug
option and include response in logging functionPR#1018