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