INPUT_OBJECT

ReportWhisperThreadInput

link GraphQL Schema definition

1input ReportWhisperThreadInput {
4
2# Reason why the user is reporting the thread.
3reason: String
7
5# ID of user being reported.
6targetUserID: ID!
10
8# ID of thread to report.
9threadID: ID!
11}