arch: move web folder into api & move api to top level
This commit is contained in:
11
frontend/src/shared/graphql/clearAvatarProfile.graphqls
Normal file
11
frontend/src/shared/graphql/clearAvatarProfile.graphqls
Normal file
@ -0,0 +1,11 @@
|
||||
mutation clearProfileAvatar {
|
||||
clearProfileAvatar {
|
||||
id
|
||||
fullName
|
||||
profileIcon {
|
||||
initials
|
||||
bgColor
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user