productDelete
MutationDeletes a product by its ID.
#
Arguments
- ProductDeleteInput!Required
input The input containing the ID of the product to delete.
#
Payload
- [ProductDeleteError!]
errors User-facing errors that prevented the operation from succeeding.
- Product
product The product associated with this product delete payload.