GraphQL OBJECT

ProductDeletePayload

Payload for deleted product.

link Definition

  • type ProductDeletePayload {
  • # ID of the deleted product.
  • deletedProductId: Int
  • }

link Required by