INPUT_OBJECT

UnblockTrackInput

link GraphQL Schema definition

  • input UnblockTrackInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # id of the sound zone
  • parent: ID!
  • # id of the track to unblock
  • source: ID!
  • }