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