INPUT_OBJECT

ReportContentInput

link GraphQL Schema definition

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