UNPKG

@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

12 lines (6 loc) 334 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var shopifyGraphqlProxy = require('./shopify-graphql-proxy.js'); exports.GRAPHQL_PATH_PREFIX = shopifyGraphqlProxy.GRAPHQL_PATH_PREFIX; exports.PROXY_BASE_PATH = shopifyGraphqlProxy.PROXY_BASE_PATH; exports["default"] = shopifyGraphqlProxy["default"];