UNPKG

graphql-request

Version:

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

8 lines 206 B
export const field = (type, args = null) => { return { // At type level "type" is not a thunk type: type, // eslint-disable-line args, }; }; //# sourceMappingURL=Field.js.map