@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
13 lines (9 loc) • 321 B
JavaScript
;
var graphql = require('./graphql.js');
function adminClientFactory({ params, handleClientError, session, }) {
return {
graphql: graphql.graphqlClientFactory({ params, session, handleClientError }),
};
}
exports.adminClientFactory = adminClientFactory;
//# sourceMappingURL=factory.js.map