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