docs: updates to link to other modules docs (#12225)

This commit is contained in:
Shahed Nasser
2025-04-18 09:28:39 +03:00
committed by GitHub
parent 6a9417a1bb
commit c8ec59e323
19 changed files with 16588 additions and 16588 deletions
@@ -38,7 +38,7 @@ The API Key Module has the following links to other modules:
[SalesChannel](/references/sales-channel/models/SalesChannel) in [Sales Channel Module](../../sales-channel/page.mdx)
</Table.Cell>
<Table.Cell>
Stored
Stored - many-to-many
</Table.Cell>
<Table.Cell>
[Learn more](#sales-channel-module)
@@ -74,7 +74,7 @@ const { data: apiKeys } = await query.graph({
],
})
// apiKeys.sales_channels
// apiKeys[0].sales_channels
```
</CodeTab>
@@ -92,7 +92,7 @@ const { data: apiKeys } = useQueryGraphStep({
],
})
// apiKeys.sales_channels
// apiKeys[0].sales_channels
```
</CodeTab>