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

@@ -2,6 +2,9 @@ query GetFeed($limit: Int! = 5, $after: String = null) {
getVideoFeedForUser(limit: $limit, after: $after) {
videos {
id
owner {
username
}
name
totalShotsMade
totalShots