GraphQL API Об'єкти Money
Money
type Money { # Decimal value value: String! # 42.42 # Currency currency: Currency! # USD }