INPUT_OBJECT

UpdateEpisodeFileMetadataInput

link GraphQL Schema definition

  • input UpdateEpisodeFileMetadataInput {
  • # UUID of the episode file to update
  • episodeFileUUID: String
  • # UUID of the series for which all EpisodeFiles should be updated.
  • # episodeFileUUID and seriesUUID are mutually exclusive.
  • seriesUUID: String
  • # TMDB ID to update with. The mutation will retrieve the details from TMDB and
  • # update the
  • # item appropriately.
  • tmdbID: Int!
  • }

link Require by