Fix: Profile picture does not appear after signin (#1285)
* fix: add missing field `avatarUrl` to `UserQueryFragment` * feat: add avatarUrl to UserQueryFragment
This commit is contained in:
@ -3412,6 +3412,7 @@ export const UserQueryFragmentFragmentDoc = gql`
|
||||
lastName
|
||||
canImpersonate
|
||||
supportUserHash
|
||||
avatarUrl
|
||||
workspaceMember {
|
||||
id
|
||||
allowImpersonation
|
||||
|
||||
@ -9,6 +9,7 @@ export const USER_QUERY_FRAGMENT = gql`
|
||||
lastName
|
||||
canImpersonate
|
||||
supportUserHash
|
||||
avatarUrl
|
||||
workspaceMember {
|
||||
id
|
||||
allowImpersonation
|
||||
|
||||
Reference in New Issue
Block a user