INPUT_OBJECT

EffectiveSlaFilter

Description

Filter to return objects with an effective SLA Domain ID that matches one of the specified SLA Domain IDs.

link GraphQL Schema definition

  • input EffectiveSlaFilter {
  • # Effective SLA Domain IDs to filter for.
  • effectiveSlaIds: [String!]!
  • }