UpdateProductGroupInput
Provides the fields and values to use when updating a product group.
input UpdateProductGroupInput {
id: ID!
parentId: ID
name: String
}
Fields
UpdateProductGroupInput.id
● ID!
non-null scalar
Specifies the product group to update.
UpdateProductGroupInput.parentId
● ID
scalar
The product group's parent group.
UpdateProductGroupInput.name
● String
scalar
The product group's name.
Member Of
updateProductGroup
mutation