A Clojure implementation of the GraphQL Cursor Connections Specification with vector(s) as the backing data.
Supports:
(require '[com.github.ivarref.paginate-vector :as pv])
(def my-data [0 1 2])
(def my-conn (pv/paginate [my-data]
inc
{:first 2}))
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |