LanguageVersion

(OBJECT)

Language version

link GraphQL Schema definition

  • type LanguageVersion {
  • # internal ID
  • id: ID!
  • # 2-letter ISO code (country code)
  • code: String!
  • # country name
  • name: String!
  • # default currency used for this language version / country
  • currency: Currency
  • # Time zone
  • timezone: String
  • # Time format
  • time_format: String
  • # Date format
  • date_format: String
  • # is visible on eshop
  • visible: Boolean!
  • # 2-letter ISO code of language of system components
  • # as supported by BizWebs platform
  • system_lang: String!
  • # company assigned to invoice orders from this language version
  • company: InvoicingCompany
  • }

link Require by