AccountUpdate Object
Updates the account of the logged-in user.
Requires one of following set of permissions: AUTHENTICATED_USER or AUTHENTICATED_APP + IMPERSONATE_USER.
Triggers the following webhook events:
- CUSTOMER_UPDATED (async): A customer account was updated.
- CUSTOMER_METADATA_UPDATED (async): Optionally called when customer's metadata was updated.
type AccountUpdate {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Fields
errors ● [AccountError!]!
user ● User
Show deprecated
Returned By
accountUpdate mutation