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 ed7cf16 commit a1e3b7bCopy full SHA for a1e3b7b
package.json
@@ -47,7 +47,7 @@
47
"@typescript-eslint/parser": "^2.27.0",
48
"chai": "^4.2.0",
49
"eslint": "^6.8.0",
50
- "graphql": "15.0.0",
+ "graphql": "^14.5.0 || ^15.0.0",
51
"mocha": "^7.1.1",
52
"rimraf": "^3.0.2",
53
"ts-node": "^8.8.2",
yarn.lock
@@ -610,7 +610,7 @@ globals@^12.1.0:
610
dependencies:
611
type-fest "^0.8.1"
612
613
-graphql@15.0.0:
+"graphql@^14.5.0 || ^15.0.0":
614
version "15.0.0"
615
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
616
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
0 commit comments