Log in
Model

UpdateCustomer

Magento\CustomerGraphQl\Model\Resolver\UpdateCustomer

What it does

This resolver handles GraphQL mutations for updating customer account information.

Developers use this class when implementing the updateCustomer GraphQL endpoint, which allows authenticated customers to modify their profile data like name, date of birth, and other account details.

It validates customer authentication, processes the input data, updates the customer account, and returns the updated customer information.

Public Methods

  • resolve()