UNPKG

graphql-request

Version:

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

6 lines (3 loc) 136 B
import type { DocumentNode } from 'graphql' export type DocumentInput = DocumentNode | string export type OperationNameInput = string