OBJECT

QuoteKPIEntityEdge

A Relay edge containing a QuoteKPIEntity and its cursor.

link GraphQL Schema definition

  • type QuoteKPIEntityEdge {
  • # The item at the end of the edge
  • node: QuoteKPIEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }