Add pipelineScheduleDelete mutation
What does this MR do and why?
Added pipelineScheduleDelete mutation.
Mutation Example
mutation PipelineScheduleDelete($input: PipelineScheduleDestroyInput!) {
pipelineScheduleDelete(input: $input) {
errors
success
}
}
input PipelineScheduleDeleteInput {
clientMutationId: String
# ID of the pipeline schedule to mutate.
id: CiPipelineScheduleID!
}
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #372129 (closed)
Edited by Batuhan Wilhelm