propertyGroupCreate
mutation
Create property group
Adds a new property group for defining configurable product attributes.
mutation {
propertyGroupCreate(companyId: Int!, data: PropertyGroupInsert!): PropertyGroup!
}Returns: PropertyGroup!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | PropertyGroupInsert! |