OBJECT

BlockTrackPayload

link GraphQL Schema definition

  • type BlockTrackPayload {
  • # The track that was blocked
  • blockedTrack: BlockedTrack
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # id of the parent account
  • parent: ID!
  • # id of the track that was blocked
  • source: ID!
  • }