Add username

This commit is contained in:
2024-02-24 12:59:27 -07:00
committed by Dean
parent 76ed63395c
commit 3bce7ea344
3 changed files with 9 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ scalar Decimal
type VideoGQL {
id: Int!
owner: UserGQL
name: String
totalShotsMade: Int!
totalShots: Int!