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