Bonfire.API.GraphQL.Page (Bonfire v1.0.0-social-rc.1.19)

View Source

Summary

Types

t()

@type t() :: %Bonfire.API.GraphQL.Page{
  edges: [term()],
  page_info: Bonfire.API.GraphQL.PageInfo.t(),
  total_count: non_neg_integer()
}

Functions

new(edges, total_count, cursor_fn, page_opts)