UNPKG

@nhost/graphql-js

Version:

Nhost GraphQL client

4 lines (3 loc) 298 B
import { RequestDocument, RequestOptions, Variables } from './types'; export declare function parseRequestArgs<V extends Variables = Variables>(documentOrOptions: RequestDocument | RequestOptions<V>, variables?: V, config?: RequestInit): RequestOptions<V>; //# sourceMappingURL=parse-args.d.ts.map