ENUM

VideoPrivacyScope

link GraphQL Schema definition

1enum VideoPrivacyScope {
2
3# The video is only viewable by the owner.
4PRIVATE
5
6# The video is listed in search and anyone can view the video.
7PUBLIC
8}