UNPKG

262 BTypeScriptView Raw
1import { SelectionSetNode, GraphQLObjectType } from 'graphql';
2export declare function parseSelectionSet(selectionSet: string): SelectionSetNode;
3export declare function typeContainsSelectionSet(type: GraphQLObjectType, selectionSet: SelectionSetNode): boolean;