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