UNPKG

@envelop/fragment-arguments

Version:

This plugins replaces the default GraphQL `parser` with an extended version that supports setting arguments on fragments.

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