@shopify/hydrogen-react
Version:
React components, hooks, and utilities for creating custom Shopify storefronts
23 lines (22 loc) • 681 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const storefrontApiCustomScalars = {
// Keep in sync with the definitions in the app/nextjs/codegen.ts!
DateTime: "string",
Decimal: "string",
HTML: "string",
URL: "string",
Color: "string",
UnsignedInt64: "string"
};
const customerAccountApiCustomScalars = {
DateTime: "string",
Decimal: "string",
HTML: "string",
ISO8601DateTime: "string",
URL: "string",
UnsignedInt64: "string"
};
exports.customerAccountApiCustomScalars = customerAccountApiCustomScalars;
exports.storefrontApiCustomScalars = storefrontApiCustomScalars;
//# sourceMappingURL=codegen.helpers.js.map