UNPKG

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