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:
Mohamed Amine
2023-08-23 07:46:05 +01:00
committed by GitHub
parent 22dbe21bcd
commit 2e01efb8f3
2 changed files with 2 additions and 0 deletions

View File

@ -3412,6 +3412,7 @@ export const UserQueryFragmentFragmentDoc = gql`
lastName
canImpersonate
supportUserHash
avatarUrl
workspaceMember {
id
allowImpersonation

View File

@ -9,6 +9,7 @@ export const USER_QUERY_FRAGMENT = gql`
lastName
canImpersonate
supportUserHash
avatarUrl
workspaceMember {
id
allowImpersonation