operation
All checks were successful
Tests / Tests (pull_request) Successful in 11s

This commit is contained in:
2026-03-30 15:31:24 -07:00
parent 27a0c08cd5
commit 28ba01c07f
2 changed files with 106 additions and 0 deletions

View File

@@ -92,6 +92,17 @@ query GetUserTags {
}
}
query GetGameTypeTagMetrics($input: GameTypeTagMetricsInput!) {
getGameTypeTagMetrics(input: $input) {
tagName
tagLabel
tableSize
shotCount
madeShots
makeRate
}
}
mutation followUser($followedUserId: Int!) {
followUser(followedUserId: $followedUserId) {
id