mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 04:40:46 -05:00
19 lines
308 B
GraphQL
19 lines
308 B
GraphQL
query GetUserByIdentifier($identifier: String!) {
|
|
getUserByIdentifier(identifier: $identifier) {
|
|
id
|
|
fullUsername
|
|
avatarUrl
|
|
profile {
|
|
customUrlPath
|
|
twitterName
|
|
twitchName
|
|
youtubeId
|
|
country
|
|
bio
|
|
sensMotion
|
|
sensStick
|
|
weaponPool
|
|
}
|
|
}
|
|
}
|