UNPKG

@gqlts/cli

Version:

Generate a client sdk from your GraphQl API

5 lines (4 loc) 250 B
import { RenderContext } from '../common/RenderContext'; import { FieldMap } from '@gqlts/runtime/dist/types'; import { GraphQLUnionType } from 'graphql'; export declare function unionType(type: GraphQLUnionType, _: RenderContext): FieldMap<string>;