Compare commits

..

No commits in common. "194d7c66a025a6ce77c96bc43d28dae184f22398" and "9232c673e8a2f12066c75a39dbe23431baf3f5c9" have entirely different histories.

View File

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