OBJECT
CloudAccountInfo stores the cloud account information.
type CloudAccountInfo {# ID of the cloud account.accountId: String! # Name of the account.accountName: String! # Platform of the account.cloudPlatform: Platform! }