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