Hi,

I am new to using Spring Data Graph with Neo4J and I have the following queries:

  • Does the query creation/builder mechanism work with Neo4J (as it does with Mongo DB)
  • Is Paging of results supported when using the GraphRepository? I cannot find any Pageable APIs apart from findAll(Pageable).


Thanks.
Saket