OBJECT

EmailSequenceActivityLogEntityConnection

link GraphQL Schema definition

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