GraphQL OBJECT
LicenseStatistics
link Definition
- type LicenseStatistics {
- # How many licenses have been sold in the past month.
- StatisticValue :
- # How many licenses have been sold in the past 14 days.
- StatisticValue :
- # How many licenses have been sold in the past 24 hours.
- StatisticValue :
- # How many licenses have been sold in the past 3 months.
- StatisticValue :
- }