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