User UserGQL in response
This commit is contained in:
@@ -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!
|
||||
}
|
||||
|
Reference in New Issue
Block a user