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