OBJECT
UserReport
link GraphQL Schema definition
- type UserReport 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 user report
- : User
- # The user that was reported
- : User
- # The admin user that reviewed the report
- : User
- }