GraphQL INPUT_OBJECT
Input for a renewal quote item.
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}