selectionSets.d.cts 214 B

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