tstor/graphql/subscription.graphql
royalcat 832f5b9710
Some checks failed
docker / build-docker (push) Has been cancelled
wip
2025-01-20 05:18:15 +03:00

3 lines
60 B
GraphQL

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