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.54

2

package.json
{
"name": "@cortexql/ts2graphql",
"version": "0.0.53",
"version": "0.0.54",
"description": "A TypeScrpt transpiler to GraphQL for your project",

@@ -5,0 +5,0 @@ "repository": {

@@ -549,3 +549,3 @@ "use strict";

}
return this.resolveInterfacePropertyAsField(ref.signatures[0], parent, isInput, methodName);
return this.resolveInterfacePropertyAsField(Object.assign({}, ref.signatures[0], { comment: ref.comment }), parent, isInput, methodName);
}

@@ -552,0 +552,0 @@ if (methodName === 'Subscription') {

Sorry, the diff of this file is not supported yet