CustomerGroupCreateInput
CustomerGroup create input
input CustomerGroupCreateInput {
active: Boolean
name: String!
}
Fields
CustomerGroupCreateInput.active ● Boolean scalar
Customer group active
CustomerGroupCreateInput.name ● String! non-null scalar
Customer group name
Member Of
CreateCustomerGroupInput input