OBJECT

QuoteProcessEntityEdge

A Relay edge containing a QuoteProcessEntity and its cursor.

link GraphQL Schema definition

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