CustomerTypeUpdateInput Input Type
No description
input CustomerTypeUpdateInput {
name: String
slug: String
isDefault: Boolean
}
Fields
name ● String
Name of the customer type.
slug ● String
Slug of the customer type. If not provided, it will be generated from the name.
isDefault ● Boolean
Determines if the customer type should become the default one, assigned to every newly created user. Passing true clears the flag on the current default customer type - exactly one default customer type always exists.
Member Of
customerTypeUpdate mutation