@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
|
@@ -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';
|