CustomerTypeReorderAttributes Object
Reorder the attributes of a customer type.
Added in Saleor 3.23.
Triggers the following webhook events:
- CUSTOMER_TYPE_UPDATED (async): A customer type was updated.
type CustomerTypeReorderAttributes {
customerType: CustomerType
errors: [CustomerTypeReorderAttributesError!]!
}
Fields
customerType ● CustomerType
Customer type from which attributes are reordered.
errors ● [CustomerTypeReorderAttributesError!]!
Returned By
customerTypeReorderAttributes mutation