GraphQL GraphQL INPUT_OBJECT
Input for a subscription quote item.
input SubscriptionQuoteItemInputGraphType {# 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}