INPUT_OBJECT

CreatePostReportInput

CreatePostReportInput is used for create PostReport object. Input was generated by ent.

link GraphQL Schema definition

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

link Require by

This element is not required by anyone