mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 08:54:10 +01:00
22 lines
No EOL
291 B
GraphQL
22 lines
No EOL
291 B
GraphQL
subscription JobsSubscribe {
|
|
jobsSubscribe {
|
|
type
|
|
job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
}
|
|
}
|
|
}
|
|
|
|
subscription LoggingSubscribe {
|
|
loggingSubscribe {
|
|
...LogEntryData
|
|
}
|
|
}
|
|
|
|
subscription ScanCompleteSubscribe {
|
|
scanCompleteSubscribe
|
|
} |