GraphQL OBJECT

DeleteProductFilePayload

The payload for the delete product file mutation.

link Definition

  • type DeleteProductFilePayload {
  • # The ID of the deleted product file.
  • deletedProductFileId: Int
  • }

link Required by