INPUT_OBJECT

UpdateMovieFileMetadataInput

link GraphQL Schema definition

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

link Require by