INPUT_OBJECT
GlobalSlaFilterInput
Description
Filters for SLA Domains.
link GraphQL Schema definition
- input GlobalSlaFilterInput {
- # Field for the SLA Domain filter.
- : GlobalSlaQueryFilterInputField
- # List of workload types for the SLA Domain filter.
- : [SlaObjectType!]
- # Text for the SLA Domain filter.
- : 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.
- : [String!]
- }