@shopify/koa-shopify-graphql-proxy
Version:
A wrapper around `koa-better-http-proxy` which allows easy proxying of GraphQL requests from an embedded Shopify app
7 lines (6 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var shopify_graphql_proxy_1 = tslib_1.__importDefault(require("./shopify-graphql-proxy"));
exports.default = shopify_graphql_proxy_1.default;
tslib_1.__exportStar(require("./shopify-graphql-proxy"), exports);