mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-17 09:26:20 -05:00
18 lines
301 B
GraphQL
18 lines
301 B
GraphQL
query GetUserByIdentifier($identifier: String!) {
|
|
getUserByIdentifier(identifier: $identifier) {
|
|
fullUsername
|
|
avatarUrl
|
|
profile {
|
|
customUrlPath
|
|
twitterName
|
|
twitchName
|
|
youtubeId
|
|
country
|
|
bio
|
|
sensMotion
|
|
sensStick
|
|
weaponPool
|
|
}
|
|
}
|
|
}
|