INPUT_OBJECT
Input type for an amount with the value and currency
input AmountInput {# The value in plainvalue: Float# The currency stringcurrency: Currency# The value in centsvalueInCents: Int}