OBJECT
Information about a Recovery Plan.
type RecoveryPlansInfo {# The unique identifier of the Recovery Plan.id: UUID! # The name of the Recovery Plan.name: String! # The type of the Recovery Plan.recoveryType: String! }