OBJECT
A monetary value with currency
type Money {amount: Decimal! currencyCode: String! # Arguments# currency: [Not documented]# disambiguate: [Not documented]formatted(currency: String, disambiguate: Boolean): String! }