DeleteCustomerGroupInput
Autogenerated input type of DeleteCustomerGroup
input DeleteCustomerGroupInput {
clientMutationId: String
id: ID!
}
Fields
DeleteCustomerGroupInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteCustomerGroupInput.id ● ID! non-null scalar
Customer group id
Member Of
deleteCustomerGroup mutation