Skip to content

GraphQL: Updates cancel pipeline mutation

Laura Montemayor requested to merge lm-update-pipeline-mutation into master

What does this MR do?

Updates the PipelineCancel mutation to be per pipeline, not per user. Removes the usage of the CancelUserPipelineService

Screenshots

mutation pipelineCancel {
  pipelineCancel(input: { id: 18 }) {
    errors
  }
}

Does this MR meet the acceptance criteria?

Conformity

Edited by Laura Montemayor

Merge request reports

Loading