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