debian-mirror-gitlab/app/assets/javascripts/pipelines/graphql/mutations/cancel_pipeline.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
102 B
GraphQL
Raw Normal View History

2021-01-29 00:20:46 +05:30
mutation cancelPipeline($id: CiPipelineID!) {
pipelineCancel(input: { id: $id }) {
errors
}
}