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