OBJECT
CompanyStatistic
Statistics for a single company.
link GraphQL Schema definition
- type CompanyStatistic {
- # The company number including the country code. e.g. BE0123456789
- : String
- : [StatisticItem]
- }
OBJECT
Statistics for a single company.
- type CompanyStatistic {
- # The company number including the country code. e.g. BE0123456789
- : String
- : [StatisticItem]
- }