mirror of https://github.com/stashapp/stash.git
10 lines
109 B
GraphQL
10 lines
109 B
GraphQL
![]() |
fragment JobData on Job {
|
||
|
id
|
||
|
status
|
||
|
subTasks
|
||
|
description
|
||
|
progress
|
||
|
startTime
|
||
|
endTime
|
||
|
addTime
|
||
|
}
|