Customer Update Profile

customerUpdateProfile #

customerUpdateProfile(params: UpdateCustomerParams) Customer

Example #

mutation customerUpdateProfile($params: UpdateCustomerParams!){
  customerUpdateProfile(params: $params) {
    email
    phone
    firstName
    lastName
    profilePicture
    profilePictureFull
  }
}

Try It Now