Baz.Page (baz v0.0.17)

Link to this section Summary

Link to this section Types

@type cursor() :: String.t() | nil
@type t() :: %Baz.Page{
  data: [struct()] | [Ecto.Changeset.t()],
  next_page_cursor: cursor()
}