UNPKG

graphql-request

Version:

Minimal GraphQL client supporting Node and browsers for scripts or simple apps.

8 lines 229 B
import type { Directive } from '../../types.js'; export declare const parseClientDirectiveSkip: (input: Directive.Skip["$skip"]) => { name: string; args: { if: boolean; }; }; //# sourceMappingURL=skip.d.ts.map