CreateProductGroupInput
Provides the fields and values to use when creating a product group.
input CreateProductGroupInput {
parentId: ID
name: String
}
Fields
CreateProductGroupInput.parentId
● ID
scalar
The product group's parent group.
CreateProductGroupInput.name
● String
scalar
The product group's name.
Member Of
createProductGroup
mutation