Skip to content

Commit 0047b31

Browse files
committed
small fix
1 parent dd7894f commit 0047b31

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

www/apps/book/app/learn/fundamentals/module-links/query/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const myWorkflow = createWorkflow(
9898

9999
You can learn more about this step in the [useQueryGraphStep](!resources!/references/helper-steps/useQueryGraphStep) reference.
100100

101-
The rest of this chapter explains how to use Query's `graph` method to retrieve data from modules, but you can pass the same parameters to the `useQueryGraphStep` in workflows.
101+
The rest of this chapter uses the `graph` method to explain the different usages of Query, but the same principles apply to `useQueryGraphStep`.
102102

103103
---
104104

www/apps/book/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const generatedEditDates = {
6666
"app/learn/fundamentals/module-links/custom-columns/page.mdx": "2025-03-11T13:29:54.752Z",
6767
"app/learn/fundamentals/module-links/directions/page.mdx": "2025-03-17T12:52:06.161Z",
6868
"app/learn/fundamentals/module-links/page.mdx": "2025-04-17T08:50:17.036Z",
69-
"app/learn/fundamentals/module-links/query/page.mdx": "2025-06-26T15:24:54.686Z",
69+
"app/learn/fundamentals/module-links/query/page.mdx": "2025-06-26T16:01:59.548Z",
7070
"app/learn/fundamentals/modules/db-operations/page.mdx": "2025-04-25T14:26:25.000Z",
7171
"app/learn/fundamentals/modules/multiple-services/page.mdx": "2025-03-18T15:11:44.632Z",
7272
"app/learn/fundamentals/modules/page.mdx": "2025-03-18T07:51:09.049Z",

www/apps/book/public/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12208,7 +12208,7 @@ const myWorkflow = createWorkflow(
1220812208

1220912209
You can learn more about this step in the [useQueryGraphStep](https://docs.medusajs.com/resources/references/helper-steps/useQueryGraphStep/index.html.md) reference.
1221012210

12211-
The rest of this chapter explains how to use Query's `graph` method to retrieve data from modules, but you can pass the same parameters to the `useQueryGraphStep` in workflows.
12211+
The rest of this chapter uses the `graph` method to explain the different usages of Query, but the same principles apply to `useQueryGraphStep`.
1221212212

1221312213
***
1221412214

0 commit comments

Comments
 (0)