Type Alias CustomerStatisticsFragment
type CustomerStatisticsFragment = { __typename?: "Customer"; statistics?: | { __typename?: "CustomerStatistics"; activeSubscriptionsByPricingType: { __typename?: "SubscriptionPricingTypeStatistics"; pricingType: PricingType; totalCount: number; }[]; } | null;} Properties
Optional__typename
__typename?: "Customer"
Optionalstatistics
statistics?: | { __typename?: "CustomerStatistics"; activeSubscriptionsByPricingType: { __typename?: "SubscriptionPricingTypeStatistics"; pricingType: PricingType; totalCount: number; }[]; } | null