GraphQL INPUT_OBJECT

UpdateProductFileInput

The input for the update product file mutation.

link Definition

  • input UpdateProductFileInput {
  • # The ID of the product file to update.
  • id: Int!
  • # The new file name of the product file.
  • fileName: String
  • }

link Required by