Hello,
My question is basically a follow-up question to SDN custom query with multiple different domain types
It would be nice to get an Cypher-DSL Expression for a domain type, which exactly fetches the data needed by the mapping function if get fro...
Hello,
I have a usecase, where I need to query multiple different domain types with one Cypher query. The result will look like this:
{
domainElementA,
domainElementB,
{
domainElementC
}
}
Note that the overall structure does...
Thanks for the answer.
Yes, exactly, I also want the relationships.
However, my gut feeling would be to not put this into the Cypher-DSL, but just add a function somewhere in SND6, maybe on the MappingContext (I may be totally wrong there).
Also, fo...