Files
klz-cables.com/.pnpm-store/v10/files/2c/f1fe5bdc133fe44d073d7089bdd0f16bd3705c638b0c3870be6303e2bce69f26037e4948dd8f4df86961aee5ac02936d5423125ca0a2b5defabc0e5759e310
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

12 lines
359 B
Plaintext

import { RestCommand } from "../../types.cjs";
//#region src/rest/commands/server/graphql.d.ts
/**
* Retrieve the GraphQL SDL for the current project.
* @returns GraphQL SDL.
*/
declare const readGraphqlSdl: <Schema>(scope?: "item" | "system") => RestCommand<string, Schema>;
//#endregion
export { readGraphqlSdl };
//# sourceMappingURL=graphql.d.cts.map