Skip to content

Commit 5730fa4

Browse files
committed
Fix a typo
1 parent 358cb34 commit 5730fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphQLApollo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const resolvers = {
2626
} else {
2727
throw new GraphQLError('NOT FOUND', {
2828
extensions: {
29-
code: 'BAD_REQUESTPUT',
29+
code: 'BAD_REQUEST',
3030
argumentName: 'id',
3131
},
3232
});

0 commit comments

Comments
 (0)