You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/python-sdk/guides/query_data.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,8 @@ You can exclude attributes and relationships that are retrieved with a query by
416
416
417
417
### Fetching relationships manually
418
418
419
-
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.
419
+
The `fetch` method can be used to retrieve relationships, initialize them; and retrieving the related nodes manually.
420
+
The `fetch` method can also be used on relationship that were previously initialized.
420
421
421
422
<TabsgroupId="async-sync">
422
423
<TabItemvalue="Async"default>
@@ -447,8 +448,6 @@ The `fetch` method can be used to retrieve relationships that are not retrieved
447
448
</TabItem>
448
449
</Tabs>
449
450
450
-
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.
0 commit comments