OBJECT

CampaignEmailLogConnection

The connection type for CampaignEmailLog.

link GraphQL Schema definition

  • type CampaignEmailLogConnection {
  • # A list of edges.
  • edges: [CampaignEmailLogEdge]
  • # A list of nodes.
  • nodes: [CampaignEmailLog]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }