@cortexql/ts2graphql
Advanced tools
Comparing version
{ | ||
"name": "@cortexql/ts2graphql", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "A TypeScrpt transpiler to GraphQL for your project", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -411,2 +411,7 @@ "use strict"; | ||
} | ||
if (hasTag(ref, 'graphql.nullable')) { | ||
if (type instanceof graphql_1.GraphQLNonNull) { | ||
type = type.ofType; | ||
} | ||
} | ||
const config = { type }; | ||
@@ -413,0 +418,0 @@ if (ref.kindString === 'Call signature') { |
Sorry, the diff of this file is not supported yet
163252
0.21%2186
0.23%