Add screenshot uri to video

This commit is contained in:
2024-04-29 14:08:27 -06:00
parent b74fb2b1d7
commit 381b4ce0c2
4 changed files with 8 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ type VideoGQL {
id: Int!
owner: UserGQL
name: String
screenshotUri: String
totalShotsMade: Int!
totalShots: Int!
makePercentage: Float!