berrybeat / Neo4j.Berries.OGM

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

Add WithoutRelation #21

Open farhadnowzari opened 3 months ago

farhadnowzari commented 3 months ago

Is your feature request related to a problem? Please describe. At the moment on querying, we can query a node which must have a relation, but sometimes we want to get a node when it does not have a specific relation.

Describe the solution you'd like Add WithoutRelation method.