INPUT_OBJECT

ReportContentNetzDGInput

Extra fields that are required for NetzDG reporting.

link GraphQL Schema definition

1input ReportContentNetzDGInput {
4
2# Who the reporter thinks the offending content is directed to.
3contentDirectedTo: ReportContentNetzDGContentDirectedTo!
7
5# The email address of the reporter.
6reporterEmail: String!
10
8# Who the reporter is reporting on behalf of.
9reportingFor: ReportContentNetzDGReportingFor!
11}