How do I run a cypher query on virtual nodes and relationships in Neo4j ceated using APOC?

I have a bunch of nodes and links with me. I want to do some pattern search upon this data. I don't want to create node in neo4j. Insead I want to run a cypher query on this data. So how to achieve this using APOC Virtual nodes and Relaionships?

1 Answer

You cannot perform Cypher queries on virtual nodes and relationships.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like