ENUM

VideoCategory

The type of video, either web or music.

link GraphQL Schema definition

  • enum VideoCategory {
  • # Web Video category type.
  • music
  • # Music Video category type.
  • web
  • }