I am building a Spring Boot service that connects to a neo4j database via the neo4j-java-driver. One REST endpoint builds a paginated search query with skip and limit that looks like the following:
MATCH (i:Item)-[:HAS_PRICE]->(p:Price)
WHERE p.a>...