INPUT_OBJECT
ReportContentInput
link GraphQL Schema definition
1 input ReportContentInput { 4 2 #   Content type being reported. 3 : ReportContentType! 7 5 #   ID of the content being reported. 6 : ID! 10 8 #   The description of the report. 9 : String! 13 11 #   Extra (content specific) data for the report. 12 : String! 16 14 #   Extra arguments required for NetzDG reporting. 15 : ReportContentNetzDGInput 19 17 #   The reason ID for the report. 18 : ID! 22 20 #   ID of the user being reported. 21 : ID! 25 23 #   The path taken through the report wizard. 24 : [String!] 26 }