Closed ikwattro closed 1 month ago
We already support rendering them via LabelExpression
, but you are right, there is no builder yet.
I am getting old: https://github.com/neo4j/cypher-dsl/blob/main/neo4j-cypher-dsl/src/test/java/org/neo4j/cypherdsl/core/LabelExpressionTest.java#L39
It is there already.
Thanks @michael-simons !
Hi,
Lot of our future query generation plans will need to support label expressions, such as :
I couldn't find this possible yet with the cypher-dsl, I would love to see this feature happen <3