UNPKG

@graphql-tools/utils

Version:

Common package containing utils and types for GraphQL tools

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