GraphQL: Updates cancel pipeline mutation
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