OBJECT
MassEmailRelationItemEdge
A Relay edge containing a MassEmailRelationItem and its cursor.
link GraphQL Schema definition
- type MassEmailRelationItemEdge {
- # The item at the end of the edge
- : MassEmailRelation
- # A cursor for use in pagination
- : String!
- }