Skip to main content

PaginationInput Input

Description

Input parameters for pagination and sorting.

Declaration

input PaginationInput {
limit: Int
page: Int
sort: String
order: Int
}

Fields

NameTypeDescription
limitIntNumber of items per page. Your requested size is used if it does not exceed the server-enforced maximum limit.
pageIntThe requested page number. Defaults to 1 if not specified.
sortStringField name to sort by.
orderIntSort order (1 for ascending, -1 for descending).