OBJECT
BlockTrackPayload
link GraphQL Schema definition
- type BlockTrackPayload {
- # The track that was blocked
- BlockedTrack :
- # A unique identifier for the client performing the mutation.
- String :
- # id of the parent account
- ID! :
- # id of the track that was blocked
- ID! :
- }