INPUT_OBJECT

TrackAppealRequestInput

TrackAppealRequestInput the details needs about which track to appeal.

link GraphQL Schema definition

1input TrackAppealRequestInput {
4
2# audibleMagicResponseID is the ID of the audible magic response.
3audibleMagicResponseID: ID!
7
5# reason is the reason the track is being appealed.
6reason: String!
8}