graphql-typed
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -12,2 +12,3 @@ import type { DocumentNode as BaseDocumentNode, Source, ParseOptions } from 'graphql'; | ||
readonly id: string; | ||
readonly type?: 'query' | 'mutation' | 'subscription'; | ||
readonly name?: string; | ||
@@ -14,0 +15,0 @@ readonly source: string; |
{ | ||
"name": "graphql-typed", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A more strongly typed version of GraphQL's DocumentNode.", |
Sorry, the diff of this file is not supported yet
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
5282
29