INPUT_OBJECT

GlobalSlaFilterInput

Description

Filters for SLA Domains.

link GraphQL Schema definition

  • input GlobalSlaFilterInput {
  • # Field for the SLA Domain filter.
  • field: GlobalSlaQueryFilterInputField
  • # List of workload types for the SLA Domain filter.
  • objectTypeList: [SlaObjectType!]
  • # Text for the SLA Domain filter.
  • text: String
  • # List of values for the SLA Domain filter. Entries that match any of these values
  • # are eligible to be returned as per this filter.
  • textList: [String!]
  • }

link Require by