OBJECT

CompanyStatistic

Statistics for a single company.

link GraphQL Schema definition

  • type CompanyStatistic {
  • # The company number including the country code. e.g. BE0123456789
  • companyNumber: String
  • items: [StatisticItem]
  • }