UpdateCustomerGroupInput
Autogenerated input type of UpdateCustomerGroup
input UpdateCustomerGroupInput {
clientMutationId: String
params: CustomerGroupUpdateInput!
}
Fields
UpdateCustomerGroupInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCustomerGroupInput.params ● CustomerGroupUpdateInput! non-null input
Customer group update params
Member Of
updateCustomerGroup mutation