CurrencyType
No description
type CurrencyType {
name: String!
symbol: String!
code: String!
rate: Decimal!
}
Fields
CurrencyType.name
● String!
non-null scalar
CurrencyType.symbol
● String!
non-null scalar
CurrencyType.code
● String!
non-null scalar
CurrencyType.rate
● Decimal!
non-null scalar
Member Of
MarketType
object