ENUM

ReportContentNetzDGContentDirectedTo

Valid values for ReportContentNetzDGInput.contentDirectedTo.

link GraphQL Schema definition

1enum ReportContentNetzDGContentDirectedTo {
2
3# The reported content is directed at the reporter.
4ME
5
6# The reported content is directed at someone the reporter represents.
7SOMEONE_I_REPRESENT
8
9# The reported content is directed at someone else.
10SOMEONE_ELSE
11}