CustomerTypeUpdate Object
Updates a customer type.
Added in Saleor 3.23.
Triggers the following webhook events:
- CUSTOMER_TYPE_UPDATED (async): A customer type was updated.
type CustomerTypeUpdate {
errors: [CustomerTypeUpdateError!]!
customerType: CustomerType
}
Fields
errors ● [CustomerTypeUpdateError!]!
customerType ● CustomerType
Returned By
customerTypeUpdate mutation