Files
klz-cables.com/.pnpm-store/v10/files/e1/967fc4ffac8d91e81d5705bd11449483c8a0afe9aea0513bb7460934bbf990da85cf55cc487bd15c3d7a1227b7d9626cf6f57abea40b3cacb2b63f9ffa0c14
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
357 B
Plaintext

import { RestCommand } from "../../types.js";
//#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.ts.map