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