Create video card fragment
All checks were successful
Tests / Tests (pull_request) Successful in 16s

This commit is contained in:
2024-11-05 13:58:31 -07:00
parent b2ce1c2f96
commit c7642e6204
2 changed files with 4 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ query GetFeed(
fragment VideoCardFields on VideoGQL {
id
owner {
id
username
profileImageUri
}