mirror of
https://github.com/stashapp/stash.git
synced 2026-04-25 18:19:18 -05:00
10 lines
109 B
GraphQL
10 lines
109 B
GraphQL
fragment JobData on Job {
|
|
id
|
|
status
|
|
subTasks
|
|
description
|
|
progress
|
|
startTime
|
|
endTime
|
|
addTime
|
|
} |