OBJECT

RoomMessageConnection

DEPRECATED Paginated list of messages in a room.

link GraphQL Schema definition

1type RoomMessageConnection {
2
3# The elements of the list.
4edges: [RoomMessageEdge]! @deprecated( reason: "The Rooms product has been sunset" )
5
6# Information about this page.
7pageInfo: PageInfo! @deprecated( reason: "The Rooms product has been sunset" )
8
9}