@shopify/storefront-api-client
Version:
Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API
4 lines • 415 B
TypeScript
export { createStorefrontApiClient } from './storefront-api-client';
export type { StorefrontQueries, StorefrontMutations, StorefrontOperations, StorefrontApiClient, } from './types';
export type { AllOperations, ApiClientRequestOptions, ClientResponse, FetchResponseBody, HTTPResponseLog, HTTPRetryLog, LogContent, ResponseWithType, ReturnData, } from '@shopify/graphql-client';
//# sourceMappingURL=index.d.ts.map