OBJECT
EmailGroupEdge
An edge in a connection.
link GraphQL Schema definition
- type EmailGroupEdge {
- # The item at the end of the edge
- EmailGroup :
- # A cursor for use in pagination
- String! :
- }
OBJECT
An edge in a connection.
- type EmailGroupEdge {
- # The item at the end of the edge
- EmailGroup :
- # A cursor for use in pagination
- String! :
- }