UNPKG

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