removeAppsExclusionInput

Input for removing multiple application exclusions.

Examples

input RemoveAppsExclusionInput {
  relevance: ExclusionRelevance!
  exclusionIds: [String!]!
}

Fields

Field
Description
Supported fields

Relevance status of the exclusions to remove

exclusionIds [String!]!

List of exclusion IDs to remove

References

Mutations using this object:

Last updated