clusterProductUpdate
AUTH: Role=[product.OWNER,product.EDITOR]
clusterProductUpdate(
id: Int!
productId: Int!
input: UpdateProductInput!
): Product!
Arguments
clusterProductUpdate.id
● Int!
non-null scalar
cluster / option id
clusterProductUpdate.productId
● Int!
non-null scalar
clusterProductUpdate.input
● UpdateProductInput!
non-null input
Type
Product
object
Product entity representing items in the product catalog.
External entity from the product service that provides basic product identification and categorization. Used as a reference for product-specific attributes and relationships within the attribute system.