Type alias CustomerStatisticsFragment
Customer
Statistics
Fragment
: { __typename
?: "Customer"; statistics
?: { __typename
?: "CustomerStatistics"; activeSubscriptionsByPricingType
: { __typename
?: "SubscriptionPricingTypeStatistics"; pricingType
: PricingType; totalCount
: number }[] } | null }
Type declaration
-
Optional
__typename?: "Customer"
-
Optional
statistics?: { __typename?: "CustomerStatistics"; activeSubscriptionsByPricingType: { __typename?: "SubscriptionPricingTypeStatistics"; pricingType: PricingType; totalCount: number }[] } | null