@shopify/hydrogen-react
Version:
React components, hooks, and utilities for creating custom Shopify storefronts
23 lines (22 loc) • 531 B
JavaScript
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"
};
export {
customerAccountApiCustomScalars,
storefrontApiCustomScalars
};
//# sourceMappingURL=codegen.helpers.mjs.map