OBJECT

Curator

A curator profile contains the information that is publically shown when e.g a schedule or playlist from an account is shared.

link GraphQL Schema definition

  • type Curator implements Node {
  • # A full description of the curator
  • description: String @deprecated( reason: "Deprecated" )
  • # The curator's ID
  • id: ID!
  • # The curator's name
  • name: String
  • # A short description of the curator
  • shortDescription: String @deprecated( reason: "Deprecated" )
  • }