berrybeat / Neo4j.Berries.OGM

This repository adds an OGM functionality for csharp
https://berrybeat.com/
MIT License
23 stars 2 forks source link

Query relations with hops #5

Open farhadnowzari opened 6 months ago

farhadnowzari commented 6 months ago

Is your feature request related to a problem? Please describe. In neo4j it is possible to hop from one node to another through an edge (relation) multiple times and current we only support one hop. Querying a path including hops needs to be considered in the library