user Query
Arguments
#
Response
#
Returns UserWithZkApp .
Example
#
query ($username: String, $id: String) {
user(username: $username, id: $id) {
username
followerCount
xUsername
discordUrl
githubUrl
profilePicture
bannerPicture
id
bio
zkApps {
id
name
slug
subtitle
owner
body
reviewScore
reviewCount
currentVersion
url
discordUrl
githubUrl
categorySlug
icon
bannerImage
}
}
}
3
{
"username": "username",
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e"
}
3
{
"user": {
"username": "username",
"followerCount": 42,
"xUsername": "xUsername",
"discordUrl": "discordUrl",
"githubUrl": "githubUrl",
"profilePicture": "profilePicture",
"bannerPicture": "bannerPicture",
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"bio": "bio",
"zkApps": [
{
"id": "08a16b83-9094-4e89-8c05-2ccadd5c1c7e",
"name": "A name",
"slug": "slug",
"subtitle": "subtitle",
"owner": "owner",
"body": "body",
"reviewScore": 30.7,
"reviewCount": 30.7,
"currentVersion": "currentVersion",
"url": "https://website.com",
"discordUrl": "discordUrl",
"githubUrl": "githubUrl",
"categorySlug": "categorySlug",
"icon": "icon",
"bannerImage": "bannerImage"
}
]
}
}
3
Previous
searchZkAppByName
Next
userSearch