Skip to content

Commit

Permalink
fix: Fix saving new avatars to a user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Jan 8, 2024
1 parent 87ae1d3 commit 420e134
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const AUTOCOMPLETE_QUERY = gql`
const AVATAR_UPLOAD_MUTATION = gql`
mutation AvatarUpload($size: Float!, $file: Upload!) {
uploadUserAvatar(size: $size, file: $file) {
avatar
avatarUrl
}
}
Expand Down

0 comments on commit 420e134

Please sign in to comment.