GraphQL INPUT_OBJECT
The input for the create product file mutation.
input CreateProductFileInput {# The file name of the product file.fileName: String!# The client ID of the product file.clientId: Long!}