View Source Bonfire.API.GraphQL.Page (Bonfire v0.9.11-social-beta.6)

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)