Add subfields to usernames and following #89

Merged
kkathuang merged 1 commits from kat/usernames-following-response into master 2024-10-24 23:50:29 -06:00

View File

@ -71,7 +71,10 @@ query getUsernamesAndFollowing(
) { ) {
followers followers
following following
usernamesAndIds usernamesAndIds {
username
id
}
} }
} }