MessagePage
A page of messages
type MessagePage {
results: [Message!]!
pageInfo: PageInfo!
}
Fields
MessagePage.results ● [Message!]! non-null object
The list of messages
MessagePage.pageInfo ● PageInfo! non-null object
Information about the current page
Member Of
Conversation object