Files
klz-cables.com/.pnpm-store/v10/files/60/d671393095c73b0be55bc5352c9cc7dfd62669856c6c4ce8b25220da4096928b90541f977f87155e5811d080e41bbd9c44695dab7899a9aa50d48ae485b568
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

7 lines
289 B
Plaintext

import { GraphQLScalarType } from 'graphql';
import { GraphQLBigIntConfig } from './BigInt.js';
export const GraphQLLongConfig = /*#__PURE__*/ Object.assign({}, GraphQLBigIntConfig, {
name: 'Long',
});
export const GraphQLLong = /*#__PURE__*/ new GraphQLScalarType(GraphQLLongConfig);