INPUT_OBJECT

UserFlagContentMutation

link GraphQL Schema definition

  • input UserFlagContentMutation {
  • # user | dispatch | packet
  • entityKind: String!
  • # Id for the flagged content
  • entityId: String!
  • # language | nudity | explicit | harassment | drug-use | harassment-other |
  • # hate-speech | violence | spam
  • userClassification: String!
  • contentAuthorId: Uuid
  • userComment: String
  • }

link Require by