RejectionReason
No description
type RejectionReason {
code: REJECTION_REASON_CODE!
legalGrounds: String
detailedExplanation: String
customReason: String
}
Fields
RejectionReason.code
● REJECTION_REASON_CODE!
non-null enum
code is the reason that the comment was rejected
RejectionReason.legalGrounds
● String
scalar
legalGrounds is the specific laws broken as described by the reporter
RejectionReason.detailedExplanation
● String
scalar
detailedExplanation is any additional information the user wishes to provide.
RejectionReason.customReason
● String
scalar
customReason is a reason provided for rejection when the Other rejection code is selected.
Member Of
CommentModerationAction
object