ENUM

SupportedVideo

The supported types for music videos.

link GraphQL Schema definition

  • enum SupportedVideo {
  • # Official Music Video
  • official_music_video
  • # Lyric Video
  • lyric_video
  • # Artwork Video
  • artwork_video
  • # Visualizer
  • visualizer
  • # Live Performance
  • live_performance
  • # Behind The Scenes
  • behind_the_scenes
  • # Teaser Trailer
  • teaser_trailer
  • }