excludeApplicationInput

Input for excluding an application.

Examples

input ExcludeApplicationInput {
  appId: String!
  appName: String!
  comment: String
}

Fields

Field
Description
Supported fields

appId String!

ID of the application to exclude

appName String!

Name of the application to exclude

comment String

Comment explaining the exclusion

References

Mutations using this object:

Last updated