View Source Bonfire.API.GraphQL.Page (bonfire_umbrella v0.9.10-cooperation-beta.62)

Summary

Types

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

Functions

Link to this function

new(edges, total_count, cursor_fn, page_opts)

View Source