ENUM

VideoSubcategory

Web video subcategories.

link GraphQL Schema definition

  • enum VideoSubcategory {
  • # Web Video Film & Animation subcategory type.
  • film
  • # Web Video Autos & Vehicles subcategory type.
  • autos
  • # Web Video Music subcategory type.
  • music
  • # Web Video Pets & Animals subcategory type.
  • pets
  • # Web Video Sports subcategory type.
  • sports
  • # Web Video Travel & Events subcategory type.
  • travel
  • # Web Video Gaming subcategory type.
  • gaming
  • # Web Video People & Blogs subcategory type.
  • people
  • # Web Video Comedy subcategory type.
  • comedy
  • # Web Video Entertainment subcategory type.
  • entertainment
  • # Web Video News & Politics subcategory type.
  • news
  • # Web Video Howto & Style subcategory type.
  • howto
  • # Web Video Education subcategory type.
  • education
  • # Web Video Science & Technology subcategory type.
  • science
  • # Web Video Nonprofits & Activism subcategory type.
  • nonprofits
  • }