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