@graphql-tools/executor 0.0.1 → 0.0.2-alpha-20221027131523-6d0f4d51

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-alpha-20221027131523-6d0f4d51",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
@@ -184,3 +184,4 @@ export declare function createSourceEventStream(args: ExecutionArgs): MaybePromi
184
184
  * @internal
185
185
  */
186
186
  export declare function getFieldDef(schema: GraphQLSchema, parentType: GraphQLObjectType, fieldNode: FieldNode): Maybe<GraphQLField<unknown, unknown>>;
187
+ export { ExecutionResult } from '@graphql-tools/utils';
@@ -184,3 +184,4 @@ export declare function createSourceEventStream(args: ExecutionArgs): MaybePromi
184
184
  * @internal
185
185
  */
186
186
  export declare function getFieldDef(schema: GraphQLSchema, parentType: GraphQLObjectType, fieldNode: FieldNode): Maybe<GraphQLField<unknown, unknown>>;
187
+ export { ExecutionResult } from '@graphql-tools/utils';