ProductCreate
Result of product create mutation.
type ProductCreate {
product: Product
productErrors: [ProductError!]!
}
Fields
ProductCreate.product ● Product object
The created product.
ProductCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productCreate mutation