Hi there,
I am using Spring Data Neo4j RX. And I have a query like this:
@Query("MATCH (a:Repo)-[:REPO_DEPEND_ON]->(b:Repo) WHERE a.name= $name RETURN a.name, b.name")
String[] getSingleRepoDependencyTo(String name);
I know the return type is wr...
No replies to display.
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.