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 03c9269 commit 6f4ae3aCopy full SHA for 6f4ae3a
package.json
@@ -18,16 +18,16 @@
18
"test": "echo No tests yet"
19
},
20
"peerDependencies": {
21
- "graphql": "^0.12.0",
+ "graphql": "^0.12.0 || ^14.0.0",
22
"graphql-tools": "^2.4.0"
23
24
"dependencies": {
25
"apollo-link": "^1.0.7",
26
- "graphql": "^0.12.3",
+ "graphql": "^14.0.0",
27
"graphql-tools": "^2.14.0"
28
29
"devDependencies": {
30
- "@types/graphql": "0.11.7",
+ "@types/graphql": "14.0.2",
31
"@types/node": "8.5.2",
32
"typescript": "2.6.2"
33
}
0 commit comments