This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
222475df82
stash
/
graphql
/
documents
/
mutations
/
job.graphql
8 lines
102 B
GraphQL
Raw
Normal View
History
Unescape
Escape
Job queueing (#1379)
2021-05-24 04:24:18 +00:00
mutation
StopJob
(
$job_id
:
ID
!
)
{
stopJob
(
job_id
:
$job_id
)
}
mutation
StopAllJobs
{
Overhaul graphql client cache invalidation (#3912) * Update apollo client * Overhaul graphql client cache invalidation * Fix tagger studio link display update * Add graphql formatting
2023-07-28 00:36:00 +00:00
stopAllJobs
}