We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358cb34 commit 5730fa4Copy full SHA for 5730fa4
1 file changed
graphQLApollo/index.js
@@ -26,7 +26,7 @@ const resolvers = {
26
} else {
27
throw new GraphQLError('NOT FOUND', {
28
extensions: {
29
- code: 'BAD_REQUESTPUT',
+ code: 'BAD_REQUEST',
30
argumentName: 'id',
31
},
32
});
0 commit comments