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