tstor/server/graphql/subscription.graphql
2025-04-03 03:19:01 +04:00

3 lines
60 B
GraphQL

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