getPipelineWorkflowApplicationsInput

Input for checking which pipeline workflows contain the specified applications.

Examples

input getPipelineWorkflowApplicationsInput {
  appIds: [String!]
}

Fields

Field
Description
Supported fields

appIds [String!]

List of application IDs to check against pipeline workflows

References

Queries using this object:

Last updated