OBJECT
Exchange activity analysis results for a user.
type ExchangeAnalysisResult {# The number of calendar events for this user.calendarEventCount: Long! # The number of contacts for this user.contactCount: Long! # The number of emails for this user.emailCount: Long! }