OBJECT
Guardrails account summary - captures counts of different drift types
type GuardrailsAccountSummary {# Total enforcements states that have failedfailedStates: Int! # Total configuration drifts that have been fixed/resolvedmitigatedDrifts: Int! # Total configuration drifts that have been detectedmonitoredDrifts: Int! }