UNPKG

@shopify/admin-api-client

Version:

Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API

24 lines (21 loc) 532 B
export {createAdminApiClient} from './graphql'; export type { AdminApiClient, AdminQueries, AdminMutations, AdminOperations, } from './graphql/types'; export {createAdminRestApiClient} from './rest'; export type {AdminRestApiClient, SearchParams} from './rest/types'; export type { AllOperations, ApiClientRequestOptions, ClientResponse, FetchResponseBody, HTTPResponseLog, HTTPRetryLog, HTTPResponseGraphQLDeprecationNotice, LogContent, ResponseWithType, ReturnData, } from '@shopify/graphql-client';