Resolve comments
This commit is contained in:
parent
97d4f2cbe9
commit
9bd0e237ea
@ -29,3 +29,9 @@ query getLoggedInUser {
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
|
||||
query GetUserPlayTime($userId: Int!) {
|
||||
getPlayTime(userId: $userId) {
|
||||
totalSeconds
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +0,0 @@
|
||||
query GetUserPlayTime($userId: Int!) {
|
||||
getPlayTime(userId: $userId) {
|
||||
totalSeconds
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user