ouroboros v0.1.0 Ouroboros.Page.Metadata
Defines page metadata.
Fields
after
- cursor representing the last row of the current page;before
- cursor representing the first row of the current page;limit
- the maximum number of entries that can be contained in this page.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Ouroboros.Page.Metadata{ after: binary(), before: binary(), limit: non_neg_integer() }