Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools utils selectionSets.d.ts
Raw

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;