OBJECT

MassEmailRelationItemConnection

link GraphQL Schema definition

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