graphql-tool-utilities
Advanced tools
Comparing version 3.0.2 to 3.0.3
import type { DocumentNode, GraphQLInputType, GraphQLSchema } from 'graphql'; | ||
import { BooleanCondition, CompilerOptions, LegacyCompilerContext, LegacyField, LegacyFragment, LegacyInlineFragment, LegacyOperation } from 'apollo-codegen-core/lib/compiler/legacyIR'; | ||
import type { BooleanCondition, CompilerOptions, LegacyCompilerContext, LegacyField, LegacyFragment, LegacyInlineFragment, LegacyOperation } from 'apollo-codegen-core/lib/compiler/legacyIR'; | ||
export declare enum OperationType { | ||
@@ -4,0 +4,0 @@ Query = "query", |
{ | ||
"name": "graphql-tool-utilities", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Common utilities for GraphQL developer tools", |
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
9471