UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

4 lines (3 loc) 214 B
import { SelectionSetNode } from 'graphql'; import { GraphQLParseOptions } from './Interfaces.cjs'; export declare function parseSelectionSet(selectionSet: string, options?: GraphQLParseOptions): SelectionSetNode;