UNPKG

graphql-request

Version:

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

4 lines 171 B
import type { ContextualError } from './ContextualError.js'; export type Cause = Error | ContextualError; export type Context = object; //# sourceMappingURL=types.d.ts.map