Money
A amount with the linked defined currency.
type Money {
amount: Float!
currencyCode: String
}
Fields
Money.amount ● Float! non-null scalar common
The amount.
Money.currencyCode ● String scalar common
The ISO currency code.
Implemented by
ValueTypeUnion union