Skip to content

Commit fc73e25

Browse files
committed
Merge branch 'stable' of https://github.com/opsmill/infrahub-sdk-python into bdl-20250321-stable-to-dev-mergeback
2 parents 94d6199 + 5bedc52 commit fc73e25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docs/python-sdk/guides/query_data.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ You can exclude attributes and relationships that are retrieved with a query by
416416

417417
### Fetching relationships manually
418418

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.
420421

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

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.
451-
452451
<Tabs groupId="async-sync">
453452
<TabItem value="Async" default>
454453

0 commit comments

Comments
 (0)