UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 188 B
import { GraphQLSchema, GraphQLUnionType } from 'graphql'; import { Union } from '../types'; export declare function transformUnion(schema: GraphQLSchema, union: GraphQLUnionType): Union;