feat: introduce full name column to user model
This commit is contained in:
@@ -4,6 +4,7 @@ export const GET_CURRENT_USER = gql`
|
||||
query GetCurrentUser {
|
||||
getCurrentUser {
|
||||
id
|
||||
fullName
|
||||
email
|
||||
createdAt
|
||||
updatedAt
|
||||
|
Reference in New Issue
Block a user