UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 196 B
import { GraphQLEnumType, GraphQLSchema } from 'graphql'; import { Enum } from '../types'; export declare function transformGraphQLEnum(schema: GraphQLSchema, graphqlEnum: GraphQLEnumType): Enum;