getPipelineApplicationsResponse
Last updated
Response containing pipeline applications with selection state.
type GetPipelineApplicationsResponse {
total: Int
offset: Int
totalFilteredApps: Int
applications: [WfApp!]
}total Int
Total number of applications
offset Int
Pagination offset
totalFilteredApps Int
Total number of filtered applications
applications [WfApp!]
List of applications
appName String
appType String
appId String
selected Boolean
disabled Boolean
Last updated
