UNPKG

435 BTypeScriptView Raw
1/// <reference types="@types/graphql" />
2import { GraphQLType } from 'graphql/type/definition';
3import { SelectionSetNode } from 'graphql/language/ast';
4import { GraphQLSchema } from 'graphql/type/schema';
5import { Model } from './interfaces';
6export declare const buildInnerModelsArray: (schema: GraphQLSchema, rootObject: GraphQLType, selections: SelectionSetNode, primitivesMap: any, appendTo?: Model, result?: Model[]) => Model[];