Add subfields to usernames and following #89

Merged
kkathuang merged 1 commits from kat/usernames-following-response into master 2024-10-25 05:50:29 +00:00

View File

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