stash/graphql/documents/subscriptions.graphql
WithoutPants c0911f1626 Stop tasks and show task progress (#181)
* Add job status to tasks page

* Add support for stopping task

* Show progress of some tasks
2019-11-06 23:35:04 -05:00

13 lines
No EOL
170 B
GraphQL

subscription MetadataUpdate {
metadataUpdate {
progress
status
message
}
}
subscription LoggingSubscribe {
loggingSubscribe {
...LogEntryData
}
}