prorm API Reference
← Documentation
GitLab
Preparing search index...
index
Neo4jFindOptions
Interface Neo4jFindOptions
Pagination options for
findNodes()
/
findRelationships()
.
interface
Neo4jFindOptions
{
skip
?:
number
;
limit
?:
number
;
}
Index
Properties
skip?
limit?
Properties
Optional
skip
skip
?:
number
Optional
limit
limit
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
skip
limit
← Documentation
GitLab
prorm API Reference
Loading...
Pagination options for
findNodes()/findRelationships().