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