ENUM

AlbumType

The album type such as Single or EP.

link GraphQL Schema definition

  • enum AlbumType {
  • ALBUM
  • COMPILATION
  • EP
  • SINGLE
  • }