Closed giannisp closed 2 years ago
Use case: Throw a GraphQLError as part of a validation on a custom GraphQLScalarType.
GraphQLError
GraphQLScalarType
0.8.0: parseValue: returns a 500 response 0.7.5: parseValue: returns 200 and the actual errors from GraphQL
parseValue
errors
This should be fixed in the latest release: https://github.com/graphql-community/koa-graphql/releases/tag/v0.12.0
Use case: Throw a
GraphQLError
as part of a validation on a customGraphQLScalarType
.0.8.0:
parseValue
: returns a 500 response 0.7.5:parseValue
: returns 200 and the actualerrors
from GraphQL