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 f2905ac commit 8e8e348Copy full SHA for 8e8e348
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
* ...
6
7
+### v2.15.0
8
+
9
+* Validate query before delegation [PR #551](https://github.com/apollographql/graphql-tools/pull/551)
10
11
### v2.14.1
12
13
* Add guard against invalid schemas being constructed from AST [PR #547](https://github.com/apollographql/graphql-tools/pull/547)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-tools",
3
- "version": "2.14.1",
+ "version": "2.15.0",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
0 commit comments