stash/graphql/documents/data/job.graphql
DingDongSoLong4 7b77b8986f
Overhaul graphql client cache invalidation (#3912)
* Update apollo client
* Overhaul graphql client cache invalidation
* Fix tagger studio link display update
* Add graphql formatting
2023-07-28 10:36:00 +10:00

10 lines
110 B
GraphQL

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