We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca785e commit 624ff47Copy full SHA for 624ff47
pages/apis/graphql/cookbooks/pipelines.md
@@ -281,3 +281,9 @@ mutation PipelineUnarchive {
281
}
282
283
```
284
+
285
+### Unarchive multiple pipelines
286
287
+The process for unarchiving multiple pipelines is similar to that for [archiving multiple pipelines](#archive-a-pipeline-archive-multiple-pipelines).
288
289
+However, use the field `pipelineUnrchive` (in `pipeline1: pipelineUnarchive(input: { ... })`, etc.) instead of `pipelineArchive`.
0 commit comments