add gql to fragment
All checks were successful
Tests / Tests (pull_request) Successful in 8s

This commit is contained in:
2025-04-04 12:30:02 -07:00
parent b53aa172fa
commit 85cd37f70f
2 changed files with 34 additions and 0 deletions

View File

@@ -58,6 +58,14 @@ fragment VideoCardFields on VideoGQL {
status
}
}
reactions {
videoId
user {
id
username
}
reaction
}
}
query GetVideoFeed(