OBJECT
Stores the stats of a workload type in on-boarding mode.
type OnboardingModeStats {# Total number of fulls succeeded.numFullsSucceeded: Int! # Total number of fulls in-progress.numFullsInProgress: Int! # Percentage of completion for full backups.completionPercentage: Int! # Count of the number of objects protected with an SLA.totalProtectedCount: Int! }