View Source Paginator.Page (Bonfire v0.9.11-social-beta.6)
Defines a page.
Fields
edges
- a list of entries contained in this page.page_info
- meta-data attached to this page.
Summary
Types
@type t() :: %Paginator.Page{edges: [any()] | [], page_info: Paginator.PageInfo.t()}