graphql-codegen-plugin-helpers
Advanced tools
Comparing version 0.15.0-alpha.257163a3 to 0.15.0-alpha.2e4bc5c2
@@ -61,3 +61,4 @@ "use strict"; | ||
var model = buildModelFromInlineFragment(item, result); | ||
item.onType = model.modelType; | ||
item.name = model.modelType; | ||
item.onType = model.schemaBaseType; | ||
result.push(model); | ||
@@ -64,0 +65,0 @@ flattenSelectionSet(item.selectionSet, result); |
{ | ||
"name": "graphql-codegen-plugin-helpers", | ||
"version": "0.15.0-alpha.257163a3", | ||
"version": "0.15.0-alpha.2e4bc5c2", | ||
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side", | ||
@@ -12,3 +12,3 @@ "repository": "git@github.com:dotansimha/graphql-code-generator.git", | ||
"dependencies": { | ||
"graphql-codegen-core": "0.15.0-alpha.257163a3", | ||
"graphql-codegen-core": "0.15.0-alpha.2e4bc5c2", | ||
"import-from": "2.1.0" | ||
@@ -15,0 +15,0 @@ }, |
Sorry, the diff of this file is not supported yet
13949
210
+ Addedgraphql-codegen-core@0.15.0-alpha.2e4bc5c2(transitive)
- Removedgraphql-codegen-core@0.15.0-alpha.257163a3(transitive)