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