Types
AbuseReport
A single abuse report a member filed against another member.
object
AbuseReportImplements
Fields
context
The post, comment, or space the report was filed from, if any.
createdAt
ISO8601DateTime!
ignored
Boolean!
Whether a host or moderator has cleared (ignored) this report.
ignoredAt
ISO8601DateTime
When the report was cleared, if it has been.
ignoredBy
The host or moderator who cleared the report, if it has been.
reason
String
Free-text reason the reporter provided, if any.
reportType
The category the reporter selected.
reportedMember
The member the report was filed against. Null when the member was deleted or for legacy non-member reports.
reporter
The member who filed the report.
resourceId
ID!
Resource ID for this object, for interop with the Admin API.