Skip to content

Commit 624ff47

Browse files
committed
Add unarchive multiple pipelines section.
1 parent 5ca785e commit 624ff47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pages/apis/graphql/cookbooks/pipelines.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,9 @@ mutation PipelineUnarchive {
281281
}
282282
}
283283
```
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

Comments
 (0)