gojump-dumper/userdata.request.graphql

47 lines
563 B
GraphQL

{
player(id: 112000) {
name
ranks {
overall{
points
rank
totalRanked
title
}
soldier {
points
rank
totalRanked
title
}
demoman {
points
rank
totalRanked
title
}
}
firstSeen
lastSeen
stats {
pr {
bonus {
count
points
}
course {
count
points
}
map {
count
points
}
}
}
}
}