deleteProduct
This mutation deletes a product. You can delete only products that are connected to brands that are attached to you.
deleteProduct(
id: ID!
): OperationResult!
Arguments
deleteProduct.id
● ID!
non-null scalar
Type
OperationResult
object
That type represents a status of the operation which should return any data.