OBJECT
EmailEventEdge
link GraphQL Schema definition
- type EmailEventEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : EmailEvent
- }
OBJECT
- type EmailEventEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : EmailEvent
- }