@apollo/query-planner
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -18,3 +18,5 @@ "use strict"; | ||
if (!(feature === 'https://specs.apollo.dev/core/v0.1' || | ||
feature === 'https://specs.apollo.dev/join/v0.1')) { | ||
feature === 'https://specs.apollo.dev/join/v0.1' || | ||
feature === 'https://specs.apollo.dev/tag/v0.1' || | ||
feature === 'https://specs.apollo.dev/inaccessible/v0.1')) { | ||
throw new graphql_1.GraphQLError(`Unsupported core schema feature and/or version: ${feature}`, schema.astNode); | ||
@@ -21,0 +23,0 @@ } |
@@ -1,2 +0,2 @@ | ||
import { FieldNode, InlineFragmentNode, GraphQLField, GraphQLObjectType } from 'graphql'; | ||
import { FieldNode, InlineFragmentNode, GraphQLField, GraphQLObjectType, DirectiveNode } from 'graphql'; | ||
import { MultiMap } from '../utilities/MultiMap'; | ||
@@ -42,4 +42,5 @@ declare module 'graphql' { | ||
provides?: FieldSet; | ||
appliedDirectives?: DirectiveNode[]; | ||
} | ||
export {}; | ||
//# sourceMappingURL=metadata.d.ts.map |
{ | ||
"name": "@apollo/query-planner", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Apollo Query Planner", | ||
@@ -35,3 +35,3 @@ "author": "Apollo <opensource@apollographql.com>", | ||
}, | ||
"gitHead": "dbf0764b47ae00f16bf1c26585cb824bd695b0c1" | ||
"gitHead": "fb266c2b5fc4ce45a0645bc2acc4c82334cfa3a4" | ||
} |
@@ -55,3 +55,5 @@ import { | ||
feature === 'https://specs.apollo.dev/core/v0.1' || | ||
feature === 'https://specs.apollo.dev/join/v0.1' | ||
feature === 'https://specs.apollo.dev/join/v0.1' || | ||
feature === 'https://specs.apollo.dev/tag/v0.1' || | ||
feature === 'https://specs.apollo.dev/inaccessible/v0.1' | ||
) | ||
@@ -58,0 +60,0 @@ ) { |
@@ -1,2 +0,2 @@ | ||
import { FieldNode, InlineFragmentNode, GraphQLField, GraphQLObjectType } from 'graphql'; | ||
import { FieldNode, InlineFragmentNode, GraphQLField, GraphQLObjectType, DirectiveNode } from 'graphql'; | ||
import { MultiMap } from '../utilities/MultiMap'; | ||
@@ -76,2 +76,3 @@ | ||
provides?: FieldSet; | ||
appliedDirectives?: DirectiveNode[]; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
396977
4871