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