Make tag classes optional

This commit is contained in:
2024-04-01 18:04:54 -06:00
parent 797ca3a387
commit 3bacc356af
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ enum ShotDirectionEnum {
}
input VideoTagInput {
tagClasses: [VideoTagClassInput!]!
tagClasses: [VideoTagClassInput!]! = []
name: String!
}