User UserGQL in response

This commit is contained in:
2024-10-25 00:31:29 -06:00
parent 605adc3293
commit c5919c90d0
2 changed files with 3 additions and 14 deletions

View File

@@ -555,16 +555,11 @@ input CreatedAfter @oneOf {
}
type UsernamesAndFollowingResponse {
usernamesAndIds: [FollowingUser!]!
usernamesAndIds: [UserGQL!]!
following: [Int!]!
followers: [Int!]!
}
type FollowingUser {
id: Int!
username: String!
}
type UserPlayTimeGQL {
totalSeconds: Float!
}