Add subfields to usernames and following
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
Kat Huang 2024-10-24 23:49:47 -06:00
parent 9232c673e8
commit 3adc301935

View File

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