UNPKG

apollo-schema-extend

Version:

Extends your Apollo Server Express based graphql server with an external graphql source

3 lines (2 loc) 231 B
import { GraphQLResolveInfo, OperationDefinitionNode } from 'graphql'; export declare const getResolverScopedOperation: ({ operation, fieldNodes, }: Pick<GraphQLResolveInfo, 'operation' | 'fieldNodes'>) => OperationDefinitionNode;