UNPKG

@shopify/graphql-client

Version:

Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs

4 lines 306 B
import { ClientOptions, GraphQLClient, Logger } from './types'; export declare function createGraphQLClient({ headers, url, customFetchApi, retries, logger, }: ClientOptions): GraphQLClient; export declare function generateClientLogger(logger?: Logger): Logger; //# sourceMappingURL=graphql-client.d.ts.map