ENUM

VideoType

Describes what type of content this originated from. NOTE: There is already an enum named BroadcastType which should have been named VideoBroadcastType.

link GraphQL Schema definition

1enum VideoType {
2
3# The video type is live.
4LIVE
5
6# The video is a vod.
7VOD
8}