mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
11 lines
147 B
GraphQL
11 lines
147 B
GraphQL
query JobQueue {
|
|
jobQueue {
|
|
...JobData
|
|
}
|
|
}
|
|
|
|
query FindJob($input: FindJobInput!) {
|
|
findJob(input: $input) {
|
|
...JobData
|
|
}
|
|
}
|