MessagesConnection Object
Description
Connection type for paginated message results with pagination metadata.
Declaration
type MessagesConnection {
messages: [Message!]!
pagination: Pagination!
}
Fields
| Name | Type | Description |
|---|---|---|
messages | [Message!]! | List of messages in the current page, sorted by timestamp. |
pagination | Pagination! | Pagination information including page number, total count, and limit. |