ConversationPagingInput
Options for paginating conversations
input ConversationPagingInput {
page: Int
pageSize: Int
}
Fields
ConversationPagingInput.page
● Int
scalar
The page number to return, starting at 0
ConversationPagingInput.pageSize
● Int
scalar
The number of items to return per page, defaults to 10. Maximum is 50
Member Of
ConversationsQueryInput
input