Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/docs/python-sdk/guides/query_data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ You can exclude attributes and relationships that are retrieved with a query by

### Fetching relationships manually

The `fetch` method can be used to retrieve relationships that are not retrieved as part of a query. The `fetch` method will initialized the relationship, if was not yet initialized and retrieve the related nodes.
The `fetch` method can be used to retrieve relationships, initialize them; and retrieving the related nodes manually.
The `fetch` method can also be used on relationship that were previously initialized.

<Tabs groupId="async-sync">
<TabItem value="Async" default>
Expand Down Expand Up @@ -447,8 +448,6 @@ The `fetch` method can be used to retrieve relationships that are not retrieved
</TabItem>
</Tabs>

The `fetch` method can also be used to `fetch` the related nodes of a relationship that was already initialized or retrieved as part of the query.

<Tabs groupId="async-sync">
<TabItem value="Async" default>

Expand Down