@shopify/admin-api-client
Version:
Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API
6 lines • 543 B
TypeScript
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';
//# sourceMappingURL=index.d.ts.map