UNPKG

213 BTypeScriptView Raw
1import { SelectionSetNode } from 'graphql';
2import { GraphQLParseOptions } from './Interfaces.js';
3export declare function parseSelectionSet(selectionSet: string, options?: GraphQLParseOptions): SelectionSetNode;