mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
10 lines
No EOL
109 B
GraphQL
10 lines
No EOL
109 B
GraphQL
fragment JobData on Job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
startTime
|
|
endTime
|
|
addTime
|
|
} |