Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/utils/selectionSets.d.ts
import { SelectionSetNode, GraphQLObjectType } from 'graphql';
export declare function parseSelectionSet(selectionSet: string): SelectionSetNode;
export declare function typeContainsSelectionSet(type: GraphQLObjectType, selectionSet: SelectionSetNode): boolean;