OBJECT

SlaAssociatedOrganization

Description

Details of an organization associated with an SLA Domain.

link GraphQL Schema definition

  • type SlaAssociatedOrganization {
  • # Name of the organization.
  • name: String!
  • # ID of the organization.
  • id: UUID!
  • }