OBJECT

ReportContentPayload

link GraphQL Schema definition

1type ReportContentPayload {
2
3# Content type that was reported.
4content: ReportContentType!
5
6# ID of the content that was reported.
7contentID: ID!
8
9}