Files
klz-cables.com/.pnpm-store/v10/files/cc/2e112dd8c6b0296dfe124b579eaaf1aa15ba4b0be920a39cda4ec68646a9edb1359acb59fdfe239e0f931e9f5b2dcca57f58a4b0bc693bafd046fa01ae7640
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
450 B
Plaintext

import type { ObjMap } from 'graphql/jsutils/ObjMap.js';
import type { GraphQLFieldConfig } from 'graphql/type/definition.js';
import type { PayloadRequest } from 'payload';
type PayloadContext = {
req: PayloadRequest;
};
export declare function wrapCustomFields<TSource>(fields: ObjMap<GraphQLFieldConfig<TSource, PayloadContext>>): ObjMap<GraphQLFieldConfig<TSource, PayloadContext>>;
export {};
//# sourceMappingURL=wrapCustomResolver.d.ts.map