UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

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