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.
- : String!
- }
OBJECT
The edge type for Conversation.
- type ConversationEdge {
- # The item at the end of Edge.
- : Conversation!
- # A cursor for use in pagination.
- : String!
- }