UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 252 B
import { GraphQLSchema, OperationDefinitionNode } from 'graphql'; import { Operation } from '../types'; export declare function transformOperation(schema: GraphQLSchema, operationNode: OperationDefinitionNode, overrideName?: string | null): Operation;