INPUT_OBJECT
Price object with currency and amount.
input PriceInput {# The amount value.amount: Float!# The currency value.currency: Currency!}