Compare commits

..

2 Commits

Author SHA1 Message Date
194d7c66a0 Merge pull request 'Add subfields to usernames and following' (#89) from kat/usernames-following-response into master
Reviewed-on: #89
2024-10-24 23:50:28 -06:00
3adc301935 Add subfields to usernames and following
All checks were successful
Tests / Tests (pull_request) Successful in 15s
2024-10-24 23:49:47 -06:00

View File

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