getPipelineApplicationsResponse

Response containing pipeline applications with selection state.

Examples

type GetPipelineApplicationsResponse {
  total: Int
  offset: Int
  totalFilteredApps: Int
  applications: [WfApp!]
}

Fields

Field
Description
Supported fields

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

References

Queries using this object:

Last updated