sendou.ink/scenes/Profile/queries/GetUserByIdentifier.graphql
2020-10-18 02:23:49 +03:00

18 lines
301 B
GraphQL

query GetUserByIdentifier($identifier: String!) {
getUserByIdentifier(identifier: $identifier) {
fullUsername
avatarUrl
profile {
customUrlPath
twitterName
twitchName
youtubeId
country
bio
sensMotion
sensStick
weaponPool
}
}
}