Skip to content

Commit 9f6a142

Browse files
Version Packages (#129)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0111863 commit 9f6a142

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

Diff for: .changeset/moody-trees-give.md

-7
This file was deleted.

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# graphql-executor
22

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- 01118639: Fix ExecutorSchema isNonNullType method
8+
9+
Client documents may wrap input types with non-nullable wrapper types not present in the schema. The ExecutorSchema should recognize these non-nullable types as such.
10+
311
## 0.0.13
412

513
### Patch Changes

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)