OBJECT

EmailEventEdge

link GraphQL Schema definition

  • type EmailEventEdge {
  • # A cursor for use in pagination.
  • cursor: String!
  • # The item at the end of the edge.
  • node: EmailEvent
  • }