We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f72b5 commit f005fc2Copy full SHA for f005fc2
.changeset/quick-lies-bathe.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @khanacademy/graphql-flow
2
3
+## 3.1.2
4
+
5
+### Patch Changes
6
7
+- 09f72b5: Fix handling of input objects with required attributes that have a default value
8
9
## 3.1.1
10
11
### Patch Changes
package.json
@@ -1,11 +1,13 @@
{
"name": "@khanacademy/graphql-flow",
- "version": "3.1.1",
+ "version": "3.1.2",
"bin": {
"graphql-flow": "./dist/cli/run.js"
},
"jest": {
- "testPathIgnorePatterns": ["dist"]
+ "testPathIgnorePatterns": [
+ "dist"
+ ]
12
"scripts": {
13
"test": "jest",
0 commit comments