@shopify/storefront-api-client
Version:
Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API
20 lines (18 loc) • 405 B
text/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';