Add username
This commit is contained in:
@@ -2,6 +2,9 @@ query GetFeed($limit: Int! = 5, $after: String = null) {
|
||||
getVideoFeedForUser(limit: $limit, after: $after) {
|
||||
videos {
|
||||
id
|
||||
owner {
|
||||
username
|
||||
}
|
||||
name
|
||||
totalShotsMade
|
||||
totalShots
|
||||
|
Reference in New Issue
Block a user