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.
1 parent 71f3785 commit 19a5c5fCopy full SHA for 19a5c5f
packages/apollo/package.json
@@ -48,7 +48,8 @@
48
"@nestjs/graphql": "^10.0.0",
49
"apollo-server-core": "^3.5.0",
50
"apollo-server-express": "^3.5.0",
51
- "apollo-server-fastify": "^3.5.0"
+ "apollo-server-fastify": "^3.5.0",
52
+ "graphql": "^15.8.0 || ^16.0.0"
53
},
54
"peerDependenciesMeta": {
55
"@apollo/gateway": {
packages/mercurius/package.json
@@ -38,6 +38,7 @@
38
"@nestjs/common": "^8.2.3 || ^9.0.0",
39
40
"fastify": "^3.25.0 || ^4.0.0",
41
+ "graphql": "^15.8.0 || ^16.0.0",
42
"mercurius": "^8.12.0 || ^9.0.0 || ^10.0.0"
43
}
44
0 commit comments