You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cortexql/ts2graphql

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cortexql/ts2graphql - npm Package Compare versions

Comparing version

to
0.0.37

2

package.json
{
"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