UNPKG

graphql-request

Version:

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

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