feat(profile): add capability to update user's full name

This commit is contained in:
Rıdvan Akca
2023-03-31 12:35:59 +03:00
parent 3e268bf66b
commit 2791dca412
5 changed files with 66 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ export const UPDATE_USER = gql`
updateUser(input: $input) {
id
email
fullName
updatedAt
}
}