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
  • node: QuoteEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }