Conversation
adamnsch
left a comment
There was a problem hiding this comment.
Nice! But I think we should still provide the opportunity to not fetch any properties. I would add a relationship_properties: Optional[list[str]] = None argument. None means we fetch everything, and [] means we fetch nothing
I suppose GDS only supports having one rel prop, so could even be a boolean 🤷 |
|
@adamnsch the GDS graph can have multiple relationship types -- multiple rel properties. |
|
for node-properties we default to no properties if |
I thought for sure it was only possible to have one relationship property per relationship type. But ok! |
I think "additional" refers to "in addition to the |
Actually never mind this, let's just fetch everything |
No description provided.