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