UNPKG

@incubrain/client

Version:

A type-safe GraphQL client for Hasura, optimized for Node.js and Nuxt environments with full TypeScript support.

5 lines (4 loc) 284 B
import type { DocumentNode } from "graphql"; import type { GraphQLDocumentConfig } from "./base-types"; export declare function generateArguments(variables: Record<string, string>): string; export declare function generateGraphQLDocument(config: GraphQLDocumentConfig): DocumentNode;