Objects

CurrencyType

Type containing all information about the currency-type

Type containing all information about the currency-type

type CurrencyType {
  name: String!
  symbol: String!
  code: String!
  rate: Decimal!
}

Fields

name ● String! non-null scalar required

Name

symbol ● String! non-null scalar required

Currency symbol

code ● String! non-null scalar required

Currency code

rate ● Decimal! non-null scalar required

Currency rate used to convert from this currency to default currency

Member Of

MarketType object ● PriceType object