OBJECT
Details of an organization associated with a workload.
type WorkloadOrganization {# Full Name of the organization.fullName: String! # ID of the organization.id: UUID! # Name of the organization.name: String! }