RejectCommentReasonInput
No description
input RejectCommentReasonInput {
code: REJECTION_REASON_CODE!
legalGrounds: String
detailedExplanation: String
customReason: String
}
Fields
RejectCommentReasonInput.code ● REJECTION_REASON_CODE! non-null enum
code is the enumerated code for the reason the comment is being rejected.
RejectCommentReasonInput.legalGrounds ● String scalar
legalGrounds is the specific laws broken as described by the reporter.
RejectCommentReasonInput.detailedExplanation ● String scalar
detailedExplanation is any additional information the user wishes to provide.
RejectCommentReasonInput.customReason ● String scalar
customReason is a reason provided for rejection when the Other rejection code is selected.
Member Of
BanUserInput input ● RejectCommentInput input ● UpdateUserBanInput input