MakeDSAReportDecisionInput
No description
type MakeDSAReportDecisionInput { userID: ID! legality: DSAReportDecisionLegality! legalGrounds: String detailedExplanation: String commentID: ID! commentRevisionID: ID! reportID: ID! clientMutationId: String!}Fields#
userID (ID!)#
id of the user who made a decision for the DSAReport
legality (DSAReportDecisionLegality!)#
legality is the legality decision made for the DSAReport
legalGrounds (String)#
legal grounds is an overview of the law broken as part of illegal content decision
detailedExplanation (String)#
detailedExplanation provides more information as part of illegal content decision
commentID (ID!)#
commentID is the id of the comment about which the DSAReport legality decision is being made
commentRevisionID (ID!)#
commentRevisionID is the revision id of the comment about which the DSAReport legality decision is being made
reportID (ID!)#
reportID is the id of the DSAReport that is being decided on
clientMutationId (String!)#
clientMutationId is required for Relay support.