@gql2ts/util
Advanced tools
Comparing version 1.8.0 to 1.8.1
import { GraphQLArgument, GraphQLField, GraphQLInputField, GraphQLEnumValue } from 'graphql'; | ||
export interface IJSDocTag { | ||
tag: string; | ||
value: string; | ||
value: string | object; | ||
} | ||
@@ -6,0 +6,0 @@ export interface IFieldDocumentation { |
{ | ||
"name": "@gql2ts/util", | ||
"private": false, | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "utilities for gql2ts", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10991