feat(profile): add capability to update user's full name
This commit is contained in:
@@ -5,6 +5,7 @@ export const UPDATE_USER = gql`
|
||||
updateUser(input: $input) {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user