UNPKG

@graphql-tools/delegate

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 261 B
import { DocumentNode, GraphQLSchema, GraphQLOutputType } from 'graphql'; export declare function prepareGatewayDocument(originalDocument: DocumentNode, transformedSchema: GraphQLSchema, returnType: GraphQLOutputType, infoSchema?: GraphQLSchema): DocumentNode;