Skip to content

Commit b6b1c09

Browse files
Version Packages (#177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8426c7b commit b6b1c09

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/quick-pans-tan.md

-9
This file was deleted.

CHANGELOG.md

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

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- 8426c7b2: Always include nullable outermost input type within schema
8+
9+
Because variables could include a default value.
10+
11+
See https://github.com/yaacovCR/graphql-executor/issues/174 for more details.
12+
313
## 0.0.22
414

515
### Patch Changes

package-lock.json

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

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.22",
3+
"version": "0.0.23",
44
"description": "A customizable GraphQL Spec compliant Executor class.",
55
"license": "MIT",
66
"main": "index",

0 commit comments

Comments
 (0)