OBJECT

UnblockTrackPayload

link GraphQL Schema definition

  • type UnblockTrackPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # id of the sound zone
  • parent: ID!
  • # id of the track that was unblocked
  • source: ID!
  • }