tyranid-graphql
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -391,3 +391,3 @@ "use strict"; | ||
const type = new graphql_1.GraphQLObjectType({ | ||
name: extendPath(path, fieldName), | ||
name: path, | ||
fields: defFields, | ||
@@ -394,0 +394,0 @@ description: note |
{ | ||
"name": "tyranid-graphql", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "GraphQL plugin for tyranid", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
166063