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