Hey guys,
Just playing around with https://neo4j.com/docs/cypher-manual/current/syntax/parameters/ and there's an example where you use parameters with SKIP and LIMIT.
In Neo4j Browser 4.0.3, Neo4j 4.0 I do the following:
:params {s: 1, l: 1}
Which t...