We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa9fefd + 1a7e9cc commit 4dc4574Copy full SHA for 4dc4574
README.md
@@ -175,6 +175,7 @@ Resolvers are provided a mutable context object that is shared between all resol
175
``` javascript
176
import express from 'express';
177
import bodyParser from 'body-parser';
178
+import { GraphQLError } from 'graphql';
179
import { graphqlExpress } from 'apollo-server-express';
180
import { createExpressContext } from 'apollo-resolvers';
181
import { formatError as apolloFormatError, createError } from 'apollo-errors';
0 commit comments