INPUT_OBJECT

CreateUserReportInput

CreateUserReportInput is used for create UserReport object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateUserReportInput {
  • # The description of the user report
  • description: String
  • createdAt: Time
  • # The time the report was reviewed
  • reviewedAt: Time
  • reportReasonID: ID
  • authorID: ID
  • reportedUserID: ID
  • reviewedByID: ID
  • }

link Require by

This element is not required by anyone