OBJECT
PostReport
link GraphQL Schema definition
- type PostReport implements Node {
- : ID!
- # The description of the user report
- : String
- : Time!
- # The time the report was reviewed
- : Time
- # The reason for the user report
- : ReportReason
- # The author of the post report
- : User
- # The post that was reported
- : Post
- # The admin user that reviewed the report
- : User
- }