OBJECT

ReportWhisperPayloadError

Error type that may be returned returned from the reportWhisper mutation.

link GraphQL Schema definition

1type ReportWhisperPayloadError {
2
3# Reason that the report wasn't created.
4reason: ReportWhisperErrorReason!
5
6}