OBJECT

Currency

link GraphQL Schema definition

  • type Currency {
  • # The currency's three character ISO 4217 code e.g. "DKK"
  • code: String!
  • # A description of the currency e.g. "Pound Sterling"
  • description: String
  • # The currency symbol e.g. "¥"
  • symbol: String
  • }