OBJECT
ConversationEdge
The edge type for Conversation.
link GraphQL Schema definition
- type ConversationEdge {
 - #   The item at the end of Edge.
 - : Conversation! 
 - #   A cursor for use in pagination. Generated by Base64 encoding the conversation's 
 - #   updatedAt value.
 - : String! 
 - }