quicktype-graphql-input 23.0.26 → 23.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -159,6 +159,7 @@ class GQLQuery {
159
159
  if (!fieldType.ofType) {
160
160
  return (0, quicktype_core_1.panic)("No type for list");
161
161
  }
162
+ optional = true;
162
163
  result = builder.getArrayType(quicktype_core_1.emptyTypeAttributes, this.makeIRTypeFromFieldNode(builder, fieldNode, fieldType.ofType, containingTypeName));
163
164
  break;
164
165
  case GraphQLSchema_1.TypeKind.NON_NULL:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-graphql-input",
3
- "version": "23.0.26",
3
+ "version": "23.0.28",
4
4
  "package": "Package for using GraphQL as an input language to quicktype",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "tslint": "tslint --project ."
13
13
  },
14
14
  "dependencies": {
15
- "quicktype-core": "23.0.26",
15
+ "quicktype-core": "23.0.28",
16
16
  "collection-utils": "^1.0.1",
17
17
  "graphql": "^0.11.7"
18
18
  },