Delete user with ids
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2024-10-25 01:07:23 -06:00
parent c5919c90d0
commit 4609af726b
2 changed files with 0 additions and 13 deletions

View File

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