appInput
Last updated
Application entry for pipeline workflow monitoring.
input AppInput {
appId: String!
appName: String!
appType: String!
selected: Boolean!
disabled: Boolean!
}appId String!
Unique identifier of the application
appName String!
Display name of the application
appType String!
Type of the application
selected Boolean!
Indicates if the application is selected
disabled Boolean!
Indicates if the application is disabled
Last updated
