Compare commits

..

2 Commits

Author SHA1 Message Date
b21a425065 Generate gql changes
All checks were successful
Tests / Tests (pull_request) Successful in 9s
2024-10-24 13:48:50 -06:00
b736a95124 Fix cache merge
Some checks failed
Tests / Tests (pull_request) Failing after 11s
2024-10-24 21:29:00 +02:00

View File

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