mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
* Make mutating metadata ops mutation * Implement scene generate screenshot * Remove fetch policy on metadata mutations * Port UI changes to v2.5 * Set generated image in database
7 lines
74 B
GraphQL
7 lines
74 B
GraphQL
query JobStatus {
|
|
jobStatus {
|
|
progress
|
|
status
|
|
message
|
|
}
|
|
}
|