INPUT_OBJECT

ReportWhisperInput

Input to the reportWhisper mutation.

link GraphQL Schema definition

1input ReportWhisperInput {
4
2# The description of the report.
3description: String!
7
5# The reason option for the report.
6reason: String!
10
8# ID of the user being reported.
9targetID: ID!
13
11# The path taken through the report wizard.
12wizardPath: [String!]
14}