Hey, hopefully we're just missing something but can someone tell me if this isn't possible?
We're trying to match these two patterns here:
(:User)-[:BELONGS_TO]->(:Crew)-[:BELONGS_TO]->(:Company)
(:User)-[:BELONGS_TO]->(:Company)
Using this query:
M...