UNPKG

337 BTypeScriptView Raw
1import { SelectionSetItem } from '../types';
2import { GraphQLSchema, GraphQLType, SelectionSetNode } from 'graphql';
3export declare function separateSelectionSet(selectionSet: SelectionSetItem[]): any;
4export declare function buildSelectionSet(schema: GraphQLSchema, rootObject: GraphQLType, node: SelectionSetNode): SelectionSetItem[];