docs: fix metadata destructure in query.graph (#11294)

This commit is contained in:
Shahed Nasser
2025-02-04 12:15:14 +02:00
committed by GitHub
parent 462c3e8057
commit ddaeafacdd
8 changed files with 12 additions and 12 deletions
@@ -711,7 +711,7 @@ export const syncStep = createStep(
while (hasMore) {
const {
data: products,
metadata: { count },
metadata: { count } = {},
} = await query.graph({
entity: "product",
fields: [