Ash.Info.Manifest.Pagination (ash v3.25.2)

Copy Markdown View Source

Represents pagination configuration for a read action.

Summary

Types

t()

@type t() :: %Ash.Info.Manifest.Pagination{
  countable?: boolean(),
  custom: map(),
  default_limit: non_neg_integer() | nil,
  keyset?: boolean(),
  max_page_size: non_neg_integer() | nil,
  offset?: boolean(),
  required?: boolean()
}