OBJECT

AllowedQuoteTypeEntityEdge

A Relay edge containing a AllowedQuoteTypeEntity and its cursor.

link GraphQL Schema definition

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