Hey again.
I am not sure I understand your use-case. Could you elaborate in more detail?
Also what do these Relationships represent?
The query I posted above will return node F only when both "A" and "C" connect to it. The query matches the exact pattern that both "A" and "C" connect to "F".
Does this linked post refer to the same use-case?
Am I understanding correctly:
When querying patterns, you want nodes only to be returned, if all of their ingoing relationships (relationships to the node) have been queried? The number of ingoing relationships might vary. Only if all of them are part of the pattern, your query will return the node.