MonetaryAmount
Object type
A monetary amount in a single currency (POD-539). Used for derived prize /
winnings figures where no cross-currency conversion is applied — the
currency is carried alongside so callers never have to assume one. Amounts
of different currencies are reported separately (see Horse.careerWinnings),
never summed into an invented total.
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
amount | — | Float! required | The figure, in the units of currency (e.g. pounds, not pence). |
currency | — | String! required | ISO 4217 currency code — GBP, EUR, USD, etc. |