Files
klz-cables.com/.pnpm-store/v10/files/04/81b3ee9d1a9951d33f971d6722487a81e3d10fa70275d6387b429b429266d06244dcdc9449b2fbe4b93dfa80b9281d9fc2102c686aa5728d3faa9efac4360c
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

4 lines
278 B
Plaintext

import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLBigIntConfig: GraphQLScalarTypeConfig<bigint | number, bigint | string | number>;
export declare const GraphQLBigInt: GraphQLScalarType<number | bigint, string | number | bigint>;