tstor/graphql/subscription.graphql

4 lines
60 B
GraphQL
Raw Normal View History

2024-03-17 21:00:34 +00:00
type Subscription {
2025-01-07 22:25:46 +00:00
taskProgress(taskID: ID!): Progress
2024-03-17 21:00:34 +00:00
}