Remove deprecated statistics interface; add getLoggedInUser op.
This commit is contained in:
@@ -18,3 +18,14 @@ mutation editProfileImageUri($profileImageUri: String!) {
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
|
||||
query getLoggedInUser {
|
||||
getLoggedInUser {
|
||||
id
|
||||
firebaseUid
|
||||
username
|
||||
profileImageUri
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user