gitlab-org--gitlab-foss/app/assets/javascripts/jobs/components/table/graphql/mutations/job_unschedule.mutation.gra...

11 lines
171 B
GraphQL

#import "../fragments/job.fragment.graphql"
mutation unscheduleJob($id: CiBuildID!) {
jobUnschedule(input: { id: $id }) {
job {
...Job
}
errors
}
}