@cortexql/ts2graphql
Advanced tools
Comparing version
{ | ||
"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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
208082
0.04%