OBJECT
ChatConversationEntityEdge
A Relay edge containing a ChatConversationEntity
and its cursor.
link GraphQL Schema definition
- type ChatConversationEntityEdge {
- # The item at the end of the edge
- ChatConversationEntity :
- # A cursor for use in pagination
- String! :
- }