UNPKG

252 BTypeScriptView Raw
1import { GraphQLSchema, OperationDefinitionNode } from 'graphql';
2import { Operation } from '../types';
3export declare function transformOperation(schema: GraphQLSchema, operationNode: OperationDefinitionNode, overrideName?: string | null): Operation;