View Source Paginator.Page (Bonfire v0.9.10-classic-beta.156)

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()}