add required types to followers in feed operation
Some checks failed
Tests / Tests (pull_request) Failing after 17s

This commit is contained in:
Loewy 2025-04-09 11:43:27 -07:00
parent 0a5097c5c0
commit 644ea66e98

View File

@ -66,6 +66,8 @@ fragment VideoCardFields on VideoGQL {
profileImageUri profileImageUri
followers { followers {
id id
username
profileImageUri
} }
} }
reaction reaction