Files
klz-cables.com/.pnpm-store/v10/files/70/bcdbd8b981d2f80bf0521a7afcd1f323191ca92b7182b17ed4cae1490ca58aa172f0374978fd6afe72f8f020bb39dc493219917fef0270cb596494e1bd406f
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

9 lines
369 B
Plaintext

import type { GraphQLType } from 'graphql';
import type { FieldAffectingData } from 'payload';
export declare const withNullableType: ({ type, field, forceNullable, parentIsLocalized, }: {
field: FieldAffectingData;
forceNullable?: boolean;
parentIsLocalized: boolean;
type: GraphQLType;
}) => GraphQLType;
//# sourceMappingURL=withNullableType.d.ts.map