UNPKG

188 BTypeScriptView Raw
1import { GraphQLSchema, GraphQLUnionType } from 'graphql';
2import { Union } from '../types';
3export declare function transformUnion(schema: GraphQLSchema, union: GraphQLUnionType): Union;