Make video name optional

This commit is contained in:
2024-02-22 17:07:29 -07:00
parent 6255e246e7
commit 0ad6e63733
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ scalar Decimal
type VideoGQL {
id: Int!
name: String!
name: String
totalShotsMade: Int!
totalShots: Int!
makePercentage: Float!