Add video processing labels to generated schema
All checks were successful
Tests / Tests (pull_request) Successful in 11s

This commit is contained in:
2026-03-12 01:11:50 -07:00
parent c76220b65f
commit 9abb533be8
2 changed files with 4 additions and 0 deletions

View File

@@ -605,6 +605,8 @@ type IntPoint2D {
type VideoProcessingGQL {
id: Int!
parentProcessingId: Int
labels: [String!]!
errors: [VideoProcessingErrorGQL!]!
status: ProcessingStatusEnum!
statuses: [VideoProcessingStatusGQL!]!