mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
24 lines
320 B
GraphQL
24 lines
320 B
GraphQL
subscription JobsSubscribe {
|
|
jobsSubscribe {
|
|
type
|
|
job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
error
|
|
startTime
|
|
}
|
|
}
|
|
}
|
|
|
|
subscription LoggingSubscribe {
|
|
loggingSubscribe {
|
|
...LogEntryData
|
|
}
|
|
}
|
|
|
|
subscription ScanCompleteSubscribe {
|
|
scanCompleteSubscribe
|
|
}
|