UNPKG

graphql-request

Version:

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

5 lines (3 loc) 134 B
import type { ContextualError } from './ContextualError.js' export type Cause = Error | ContextualError export type Context = object