View Source Bonfire.API.GraphQL.PageInfo (Bonfire v0.9.11-social-beta.3)

Information about this page's relation to a larger result set

Summary

Types

t()

@type t() :: %Bonfire.API.GraphQL.PageInfo{
  end_cursor: binary() | nil,
  has_next_page: true | false | nil,
  has_previous_page: true | false | nil,
  start_cursor: binary() | nil
}

Functions

new(start_cursor, end_cursor, has_previous_page, has_next_page)