CreateCustomerGroupInput
Autogenerated input type of CreateCustomerGroup
input CreateCustomerGroupInput {
clientMutationId: String
params: CustomerGroupCreateInput!
}
Fields
CreateCustomerGroupInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCustomerGroupInput.params ● CustomerGroupCreateInput! non-null input
Customer group create params
Member Of
createCustomerGroup mutation