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