INPUT_OBJECT

PriceInput

Price object with currency and amount.

link GraphQL Schema definition

  • input PriceInput {
  • # The amount value.
  • amount: Float!
  • # The currency value.
  • currency: Currency!
  • }