OBJECT
PhoenixRolloutProgress
Description
The Phoenix rollout progress.
link GraphQL Schema definition
- type PhoenixRolloutProgress {
- # The number of Exchange users that require migration and do not have Phoenix
- # enabled.
- Int! :
- # The number of Exchange users that require migration and are in the process of
- # enabling Phoenix.
- Int! :
- # The number of Exchange users that have Phoenix enabled.
- Int! :
- # The number of Exchange users that have not yet completed their first full
- # snapshot.
- Int! :
- }