UNPKG

graphql-static-binding

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