stash/ui/v2.5/graphql/data/job.graphql
WithoutPants e5929389b4
Make migration an asynchronous task (#4666)
* Add failed state and error to Job
* Move migration code
* Add websocket monitor
* Make migrate a job managed task
2024-03-14 11:06:23 +11:00

11 lines
118 B
GraphQL

fragment JobData on Job {
id
status
subTasks
description
progress
startTime
endTime
addTime
error
}