stash/graphql/documents/mutations/job.graphql

8 lines
102 B
GraphQL
Raw Normal View History

2021-05-24 04:24:18 +00:00
mutation StopJob($job_id: ID!) {
stopJob(job_id: $job_id)
}
mutation StopAllJobs {
stopAllJobs
}