RejectCommentReasonInput
No description
type RejectCommentReasonInput { code: REJECTION_REASON_CODE! legalGrounds: String detailedExplanation: String customReason: String}
#
Fieldscode
(REJECTION_REASON_CODE!
)#
code is the enumerated code for the reason the comment is being 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.