Skip to content

Commit feb7888

Browse files
Version Packages (#127)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6151cdb commit feb7888

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.changeset/famous-insects-reflect.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.13
4+
5+
### Patch Changes
6+
7+
- 6151cdbf: Add all valid input types to ExecutorSchema
8+
9+
Variables can define ad-hoc input types not present in schema by adding non-null wrappers.
10+
311
## 0.0.12
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.12",
3+
"version": "0.0.13",
44
"description": "A customizable GraphQL Spec compliant Executor class.",
55
"license": "MIT",
66
"main": "index",

0 commit comments

Comments
 (0)