INPUT_OBJECT
input UpdateMovieFileMetadataInput {# UUID of the movie file to updatemovieFileUUID: String!# TMDB ID to update with. The mutation will retrieve the details from TMDB and # update the# item appropriately.tmdbID: Int!}