UNPKG

@envelop/fragment-arguments

Version:
3 lines (2 loc) 151 B
import type { DocumentNode } from 'graphql'; export declare function applySelectionSetFragmentArguments(document: DocumentNode): DocumentNode | Error;