feature: Add .fetched
method to related node to determine if the related node(s) has been fetched
#245
Labels
.fetched
method to related node to determine if the related node(s) has been fetched
#245
Component
Python SDK
Describe the Feature Request
Reading the Querying data guide, there is no way to distinguish if the related node has been fetched or not. It would be helpful to understand if the node has been initialized and fetched.
This is should help clarifying the different states of a related node.
Describe the Use Case
Before accessing the
peer
/peers
on a related node, it would be nice to have an attribute to call to understand whether or not peer has been fetched.Additional Information
No response
The text was updated successfully, but these errors were encountered: