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