UNPKG

graphql-static-binding

Version:
6 lines (5 loc) 337 B
import { GraphQLFieldMap } from 'graphql'; import { Generator } from '../types'; export declare const generator: Generator; export declare function renderMainMethodFields(operation: string, fields: GraphQLFieldMap<any, any>): string; export declare function renderMainSubscriptionMethodFields(fields: GraphQLFieldMap<any, any>): string;