For the complete documentation index, see llms.txt. This page is also available as Markdown.

priorityInput

Input for setting application business priority.

Examples

input PriorityInput {
  priority: Int!
  appId: [String]!
}

Fields

Field
Description
Supported fields

priority Int!

Application business priority score from 0 to 100.

appId [String]!

List of application identifiers to update

References

Mutations using this object:

Last updated