UNPKG

graphql-request

Version:

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

8 lines 324 B
import type { StandardScalarVariables } from '../../lib/graphql.js'; import type { DocumentInput, OperationNameInput } from '../5_client/types.js'; export interface BaseInput { document: DocumentInput; variables?: StandardScalarVariables; operationName?: OperationNameInput; } //# sourceMappingURL=types.d.ts.map