INPUT_OBJECT

BlockTrackInput

link GraphQL Schema definition

  • input BlockTrackInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # id of the sound zone
  • parent: ID!
  • # id of the current playlist
  • playFrom: ID
  • # why you're blocking this track
  • reasons: [Reason!]!
  • # id of the track to block
  • source: ID!
  • }