clusterProductCreate
AUTH: Role=[product.OWNER]
clusterProductCreate(
id: Int!
input: CreateProductInput!
): Product!
Arguments
clusterProductCreate.id
● Int!
non-null scalar
cluster / option id
clusterProductCreate.input
● CreateProductInput!
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.