OBJECT

EmailConversationItemConnection

link GraphQL Schema definition

  • type EmailConversationItemConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [EmailConversationItemEdge]!
  • }