Add waitFor

This commit is contained in:
2024-08-09 00:59:38 -06:00
parent 85bc743c8e
commit 5085c9af90
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ type Query {
): [AggregateResultGQL!]!
getBucketSet(keyName: String!): BucketSetGQL
getDeployedConfig: DeployedConfigGQL!
waitFor(duration: Float!): Float!
getVideoMakePercentageIntervals(
videoId: ID!
intervalDuration: Int! = 300