GraphQL OBJECT

UpdateProductPayload

Payload for product update.

link Definition

  • type UpdateProductPayload {
  • # The updated Product.
  • updatedProduct: Product
  • }

link Required by