UNPKG

456 BTypeScriptView Raw
1import { GraphQLObjectType } from 'graphql';
2export declare function getExistsTypes(queryType: GraphQLObjectType): string;
3export declare function getExistsFlowTypes(queryType: GraphQLObjectType): string;
4export declare function getTypesAndWhere(queryType: GraphQLObjectType): {
5 type: any;
6 pluralFieldName: any;
7 where: string;
8}[];
9export declare function getWhere(field: any): string;
10export declare function getDeepListType(field: any): any;