UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

5 lines 325 B
import { AdminOperations } from '@shopify/admin-api-client'; import { GraphQLClient } from '../types'; import { AdminClientOptions } from './types'; export declare function graphqlClientFactory({ params, handleClientError, session, }: AdminClientOptions): GraphQLClient<AdminOperations>; //# sourceMappingURL=graphql.d.ts.map