@gql2ts/util
Advanced tools
Comparing version 1.9.0-alpha.5ddac749 to 1.9.0-alpha.ad6013c2
@@ -7,3 +7,3 @@ import { GraphQLArgument, GraphQLField, GraphQLInputField, GraphQLEnumValue } from 'graphql'; | ||
export interface IFieldDocumentation { | ||
description?: string; | ||
description?: string | null; | ||
tags: IJSDocTag[]; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@gql2ts/util", | ||
"private": false, | ||
"version": "1.9.0-alpha.5ddac749", | ||
"version": "1.9.0-alpha.ad6013c2", | ||
"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
11013