EpisodeSelection
Defines which episodes a particular credit submissions applies to
type EpisodeSelection {
selectionType: EpisodeSelectionType
episodes: [EpisodeIdentifier!]
dateRange: DateRangeInput
}
Defines which episodes a particular credit submissions applies to
type EpisodeSelection {
selectionType: EpisodeSelectionType
episodes: [EpisodeIdentifier!]
dateRange: DateRangeInput
}
selectionType (EpisodeSelectionType)episodes ([EpisodeIdentifier!])dateRange (DateRangeInput)