Add Hours Played

This commit is contained in:
2024-03-27 12:35:44 -07:00
parent 9307fbcbf4
commit 97d4f2cbe9
2 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
query GetUserPlayTime($userId: Int!) {
getPlayTime(userId: $userId) {
totalSeconds
}
}