UNPKG

graphql-request

Version:

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

4 lines 172 B
import type { DocumentNode } from 'graphql'; export type DocumentInput = DocumentNode | string; export type OperationNameInput = string; //# sourceMappingURL=types.d.ts.map