Skip to content

Commit 875c3c6

Browse files
Version Packages (#171)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 00f54c0 commit 875c3c6

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.changeset/thirty-lizards-unite.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# graphql-executor
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- 00f54c0d: introspection should track the ExecutorSchema rather than the GraphQLSchema
8+
9+
...in case of any discrepancy. When an explicit ExecutorSchema is passed, the GraphQLSchema should essentially be ignored, required in essence only to satisfy TS typings. If an explicit ExecutorSchema is not passed, it is generated from the GraphQLSchema, and so there would be no discrepancy.
10+
311
## 0.0.21
412

513
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-executor",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "A customizable GraphQL Spec compliant Executor class.",
55
"license": "MIT",
66
"main": "index",

0 commit comments

Comments
 (0)