OBJECT
MassEmailRelationItemConnection
link GraphQL Schema definition
- type MassEmailRelationItemConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [MassEmailRelationItemEdge]!
- # Total number of results in the view
- : Int!
- }