Skip to main content

OnDemandComponentInput

No description

input OnDemandComponentInput {
video: EmbeddedVideoInput!
availableAt: DateTime
availableUntil: DateTime
isPublic: Boolean @deprecated
}

Fields

OnDemandComponentInput.video ● EmbeddedVideoInput! non-null input

OnDemandComponentInput.availableAt ● DateTime scalar

OnDemandComponentInput.availableUntil ● DateTime scalar

OnDemandComponentInput.isPublic ● Boolean deprecated scalar

DEPRECATED

Video visibility is now configured at the planning level. Set isVideoHiddenToGuest, isVideoHiddenToCommunityLevel and restrictedEventGroupIds on CreateEventPlanningInput / UpdateEventPlanningInput instead.

Member Of

CreateEventPlanningInput input ● UpdateEventPlanningInput input ● UpsertEventPlanningInput input