Current section

Files

Jump to
ash_json_api lib ash_json_api paginator.ex
Raw

lib/ash_json_api/paginator.ex

defmodule AshJsonApi.Paginator do
@moduledoc false
defstruct [:limit, :results, :total, offset: 0]
end