MessagePagingInput
Options for paginating messages
input MessagePagingInput {
page: Int
pageSize: Int
sortDirection: SortDirection
}
Fields
MessagePagingInput.page
● Int
scalar
The page number to return, starting at 0
MessagePagingInput.pageSize
● Int
scalar
The number of items to return per page, defaults to 10. Maximum is 50
MessagePagingInput.sortDirection
● SortDirection
enum
The direction to sort the messages by createdAt, defaults to descending