OBJECT

EmailConversationItemConnection

link GraphQL Schema definition

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