mutation cancelPipeline($id: CiPipelineID!) { pipelineCancel(input: { id: $id }) { errors } }