OBJECT
RoomMessageConnection
DEPRECATED Paginated list of messages in a room.
link GraphQL Schema definition
1 type RoomMessageConnection { 2 3 # The elements of the list. 4 : [RoomMessageEdge]! @deprecated( reason: "The Rooms product has been sunset" ) 5 6 # Information about this page. 7 : PageInfo! @deprecated( reason: "The Rooms product has been sunset" ) 8 9 }