@graphql-tools/load 7.4.1 → 7.4.2-alpha-9f8b9c45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/documents.d.ts +1 -1
  2. package/package.json +3 -3
package/documents.d.ts CHANGED
@@ -9,7 +9,7 @@ export declare const OPERATION_KINDS: KindList;
9
9
  /**
10
10
  * Kinds of AST nodes that are included in type system definition documents
11
11
  */
12
- export declare const NON_OPERATION_KINDS: ("Document" | "ObjectTypeDefinition" | "ObjectTypeExtension" | "InterfaceTypeDefinition" | "InterfaceTypeExtension" | "ScalarTypeDefinition" | "ScalarTypeExtension" | "EnumTypeDefinition" | "EnumTypeExtension" | "FieldDefinition" | "Field" | "FragmentDefinition" | "FragmentSpread" | "InlineFragment" | "OperationDefinition" | "SchemaDefinition" | "UnionTypeDefinition" | "InputObjectTypeDefinition" | "DirectiveDefinition" | "SchemaExtension" | "UnionTypeExtension" | "InputObjectTypeExtension" | "Name" | "VariableDefinition" | "Variable" | "SelectionSet" | "Argument" | "IntValue" | "FloatValue" | "StringValue" | "BooleanValue" | "NullValue" | "EnumValue" | "ListValue" | "ObjectValue" | "ObjectField" | "Directive" | "NamedType" | "ListType" | "NonNullType" | "OperationTypeDefinition" | "InputValueDefinition" | "EnumValueDefinition")[];
12
+ export declare const NON_OPERATION_KINDS: Kind[];
13
13
  /**
14
14
  * Asynchronously loads executable documents (i.e. operations and fragments) from
15
15
  * the provided pointers. The pointers may be individual files or a glob pattern.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@graphql-tools/load",
3
- "version": "7.4.1",
3
+ "version": "7.4.2-alpha-9f8b9c45.0",
4
4
  "description": "A set of utils for faster development of GraphQL tools",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-tools/schema": "8.3.1",
11
- "@graphql-tools/utils": "^8.5.1",
10
+ "@graphql-tools/schema": "8.3.2-alpha-9f8b9c45.0",
11
+ "@graphql-tools/utils": "8.5.2-alpha-9f8b9c45.0",
12
12
  "p-limit": "3.1.0",
13
13
  "tslib": "~2.3.0"
14
14
  },