Update Profile
Update user's profile
Available Arguments
Examples
Example: Update user's "name" and "email
mutation {
updateProfile(name: "LilianaI", email: "[email protected]") {
success
errors {
field
}
}
}{
"data": {
"updateProfile": {
"success": true,
"errors": []
}
}
}Example: Update user language to Spanish
Example: Update user favorite cuisines
Example: Display selected trackers
Last updated
Was this helpful?