OBJECT

ReportWhisperPayload

Payload returned from the reportWhisper mutation.

link GraphQL Schema definition

1type ReportWhisperPayload {
2
3# Reports aren't queryable in GQL, so only an error is returned.
4error: ReportWhisperPayloadError
5
6}