MessageSourcePagingInput
Options for paginating message sources
input MessageSourcePagingInput {
page: Int
pageSize: Int
}
Fields
MessageSourcePagingInput.page
● Int
scalar
The page number to return, starting at 0
MessageSourcePagingInput.pageSize
● Int
scalar
The number of items to return per page, defaults to 10. Maximum is 50