Does Neo4j have a subgraph matching algorithm for directed graph?

Dear Community
I want to know whether neo4j has a builtin command for the subgraph matching algorithm.
Like, give a big graph G and a small graph g return all instances of the subgraph that is isomorphic with g in G.
or return one instance will good too.

Please have a look at below blog and you may get answer to your question

1 Like