Add required types to followers in feed operation #177

Merged
loewy merged 2 commits from loewy/add-required-types-to-feed-operation into master 2025-04-09 12:48:36 -06:00
Showing only changes of commit 644ea66e98 - Show all commits

View File

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