๐ Update a User
Imagine you want to change a user's email. To do such things, you should use a mutation which updates the user's data. Here is an example to change a user's email :
Then pass some variables that you would like to change (in this case, email
field) :
If you want to change fields other than email
, just replace the email
variable.