Magidoc

user
Query

Arguments

#

username

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