Skip to main content

Module page

Module page 

Source
Expand description

Generic paginated-page envelope used by every list route. The shape mirrors what generated clients consume.

Structs§

Page
PageInfo

Constants§

MAX_LIST_LIMIT
Hard ceiling on the limit query parameter (REST) / RPC list-input field every generated list route accepts, regardless of whether the model is @@paged. Requests above this are rejected with a 400, the same way negative limit/offset already are — see handle_list_<plural>_dispatch in the generated code, shared byte-for-byte between REST and RPC dispatch.