stash/graphql/documents/data/job.graphql
2021-05-24 14:24:18 +10:00

10 lines
No EOL
109 B
GraphQL

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