Currency

(OBJECT)

Currency

link GraphQL Schema definition

  • type Currency {
  • # internal ID
  • id: ID!
  • # 3-letter ISO code
  • code: CurrencyCode!
  • # currency symbol e.g '$' or '€'
  • symbol: String!
  • # custom currency name
  • name: String
  • }

link Require by