OBJECT
FlaggedTrackAppeal
The appeal information associated with the flagged track.
link GraphQL Schema definition
1 type FlaggedTrackAppeal { 2 3 # ID of the track appeal. 4 : ID! 5 6 # Reason for the track appeal. 7 : String! 8 9 # Status of the track appeal, ie. PENDING, RESOLVED, UNKNOWN. 10 : FlaggedTrackAppealStatus! 11 12 }