Skip to main content

RejectionReason

No description

type RejectionReason {  code: REJECTION_REASON_CODE!  legalGrounds: String  detailedExplanation: String  customReason: String}

Fields#

code (REJECTION_REASON_CODE!)#

code is the reason that the comment was rejected

legalGrounds (String)#

legalGrounds is the specific laws broken as described by the reporter

detailedExplanation (String)#

detailedExplanation is any additional information the user wishes to provide.

customReason (String)#

customReason is a reason provided for rejection when the Other rejection code is selected.