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 7280d85 + 19a5c5f commit d8608a5Copy full SHA for d8608a5
packages/apollo/package.json
@@ -52,7 +52,8 @@
52
"@nestjs/graphql": "^10.0.0",
53
"apollo-server-core": "^3.5.0",
54
"apollo-server-express": "^3.5.0",
55
- "apollo-server-fastify": "^3.5.0"
+ "apollo-server-fastify": "^3.5.0",
56
+ "graphql": "^15.8.0 || ^16.0.0"
57
},
58
"peerDependenciesMeta": {
59
"@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