GraphQL OBJECT

CreateProductPayload

Payload for created product.

link Definition

  • type CreateProductPayload {
  • # The created product.
  • createdProduct: Product
  • }

link Required by