PreRecordedComponent
No description
type PreRecordedComponent {
availableAt: DateTime!
availableUntil: DateTime
video: EmbeddedVideoUnion!
isPublic: Boolean!
}
Fields
PreRecordedComponent.availableAt
● DateTime!
non-null scalar
PreRecordedComponent.availableUntil
● DateTime
scalar
PreRecordedComponent.video
● EmbeddedVideoUnion!
non-null union
PreRecordedComponent.isPublic
● Boolean!
non-null scalar
Member Of
Planning
object ● PlanningWithEvent
object ● PreRecordedAwareInterface
interface