INPUT_OBJECT
CreateVideoAppealInput
CreateVideoAppealInput details needed to create a video appeal.
link GraphQL Schema definition
1 input CreateVideoAppealInput { 4 2 # city is the appeal city. 3 : String! 7 5 # country is the appeal country. 6 : String! 10 8 # fullName is the appeal full name. 9 : String! 13 11 # state is the appeal state. 12 : String! 16 14 # streetAddress1 is the appeal street address 1. 15 : String! 19 17 # streetAddress2 is the appeal street address 2. 18 : String 22 20 # trackAppeals is list of tracks that are being appealed. 21 : [TrackAppealRequestInput!]! 25 23 # videoID is the id of the vod that this appeal is for. 24 : ID! 28 26 # zipcode is the appeal zipcode. 27 : String! 29 }