tstor/graphql/subscription.graphql
2025-01-20 05:18:15 +03:00

3 lines
60 B
GraphQL

type Subscription {
taskProgress(taskID: ID!): Progress
}