Skip to content

Commit

Permalink
Add graphql dependency to server integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
olistic committed Jun 22, 2018
1 parent 98fd7ae commit 6379c33
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/apollo-server-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"homepage": "https://github.com/apollographql/apollo-server#readme",
"dependencies": {
"apollo-server-core": "^2.0.0-rc.2"
"apollo-server-core": "^2.0.0-rc.2",
"graphql": "^0.13.2"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"apollo-upload-server": "^5.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"graphql": "^0.13.2",
"graphql-playground-middleware-express": "^1.7.0",
"type-is": "^1.6.16"
},
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"apollo-server-core": "^2.0.0-rc.2",
"apollo-upload-server": "^5.0.0",
"boom": "^7.1.0",
"graphql": "^0.13.2",
"graphql-playground-html": "^1.6.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/apollo-server-integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"node": ">=6"
},
"dependencies": {
"apollo-server-core": "^2.0.0-rc.2"
"apollo-server-core": "^2.0.0-rc.2",
"graphql": "^0.13.2"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-server-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"dependencies": {
"apollo-server-core": "^2.0.0-rc.2",
"graphql": "^0.13.2",
"graphql-playground-html": "^1.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6379c33

Please sign in to comment.