Skip to main content

CommentRevisionWordListMetadata

No description

type CommentRevisionWordListMetadata {
timedOut: Boolean
suspectWords: [WordlistMatch!]
bannedWords: [WordlistMatch!]
}

Fields

CommentRevisionWordListMetadata.timedOut ● Boolean scalar

timedOut is whether the wordlist analysis timed out when this revision of the comment was sent through the moderation phases.

CommentRevisionWordListMetadata.suspectWords ● [WordlistMatch!] list object

suspectWords are any suspect words that were matched and found on this comment revision.

CommentRevisionWordListMetadata.bannedWords ● [WordlistMatch!] list object

bannedWords are any banned words that were matched and found on this comment revision.

Member Of

CommentRevisionMetadata object