Files
klz-cables.com/.pnpm-store/v10/files/cb/3fb9a364934e18eb2b672e558eabe32afee2f058734b65ba308b243de92ea8160e60e17632f87a8fa91567fef8b9130dff59a06cc2925b7aa62070fe37c2ba
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

1 line
593 B
Plaintext

{"version":3,"file":"graphql.js","names":[],"sources":["../../../../src/rest/commands/server/graphql.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n/**\n * Retrieve the GraphQL SDL for the current project.\n * @returns GraphQL SDL.\n */\nexport const readGraphqlSdl =\n\t<Schema>(scope: 'item' | 'system' = 'item'): RestCommand<string, Schema> =>\n\t() => ({\n\t\tmethod: 'GET',\n\t\tpath: scope === 'item' ? '/server/specs/graphql' : '/server/specs/graphql/system',\n\t});\n"],"mappings":"AAMA,MAAa,GACH,EAA2B,cAC7B,CACN,OAAQ,MACR,KAAM,IAAU,OAAS,wBAA0B,+BACnD"}