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