GraphQL INPUT_OBJECT

RenewalQuoteItemInputGraphType

Input for a renewal quote item.

link Definition

  • input RenewalQuoteItemInputGraphType {
  • # Unique ID of the product.
  • productId: Int
  • # Number of items.
  • quantity: Int
  • # Running number of the item in the quote. If not set, running numbers are
  • # inferred from array indexes.
  • runningNo: Int
  • }