mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
* Update apollo client * Overhaul graphql client cache invalidation * Fix tagger studio link display update * Add graphql formatting
22 lines
292 B
GraphQL
22 lines
292 B
GraphQL
subscription JobsSubscribe {
|
|
jobsSubscribe {
|
|
type
|
|
job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
}
|
|
}
|
|
}
|
|
|
|
subscription LoggingSubscribe {
|
|
loggingSubscribe {
|
|
...LogEntryData
|
|
}
|
|
}
|
|
|
|
subscription ScanCompleteSubscribe {
|
|
scanCompleteSubscribe
|
|
}
|