docs: updates to link to other modules docs (#12225)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user