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