Paginator.Page (Bonfire v1.0.0-social-rc.1.15)

View Source

Defines a page.

Fields

  • edges - a list of entries contained in this page.
  • page_info - meta-data attached to this page.

Summary

Types

t()

@type t() :: %Paginator.Page{edges: [any()] | [], page_info: Paginator.PageInfo.t()}