We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2909375 commit b0fe790Copy full SHA for b0fe790
README.md
@@ -33,6 +33,7 @@ Hook up formatting:
33
import express from 'express';
34
import bodyParser from 'body-parser';
35
import { formatError } from 'apollo-errors';
36
+import { graphqlExpress } from 'apollo-server-express';
37
import schema from './schema';
38
39
const app = express();
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "apollo-errors",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
5
"main": "dist/index.js",
6
"scripts": {
@@ -13,6 +13,8 @@
13
"keywords": [
14
"apollostack",
15
"graphql",
16
+ "apollo-server",
17
+ "apollo-client",
18
"error",
19
"api"
20
],
0 commit comments