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! :
- }