username
Returns [User ].
query ($username: String!) { userSearch(username: $username) { username followerCount xUsername discordUrl githubUrl profilePicture bannerPicture bio id } }
3
{ "username": "username" }
{ "userSearch": [ { "username": "username", "followerCount": 42, "xUsername": "xUsername", "discordUrl": "discordUrl", "githubUrl": "githubUrl", "profilePicture": "profilePicture", "bannerPicture": "bannerPicture", "bio": "bio", "id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e" } ] }
user
usersSortedByFollowers