UNPKG

graphql-request

Version:

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

11 lines 274 B
const name = `skip`; export const parseClientDirectiveSkip = (input) => { const args = { if: typeof input === `boolean` ? input : input.if === undefined ? true : input.if, }; return { name, args, }; }; //# sourceMappingURL=skip.js.map