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
|
lastName
|
||||||
canImpersonate
|
canImpersonate
|
||||||
supportUserHash
|
supportUserHash
|
||||||
|
avatarUrl
|
||||||
workspaceMember {
|
workspaceMember {
|
||||||
id
|
id
|
||||||
allowImpersonation
|
allowImpersonation
|
||||||
|
|||||||
@ -9,6 +9,7 @@ export const USER_QUERY_FRAGMENT = gql`
|
|||||||
lastName
|
lastName
|
||||||
canImpersonate
|
canImpersonate
|
||||||
supportUserHash
|
supportUserHash
|
||||||
|
avatarUrl
|
||||||
workspaceMember {
|
workspaceMember {
|
||||||
id
|
id
|
||||||
allowImpersonation
|
allowImpersonation
|
||||||
|
|||||||
Reference in New Issue
Block a user