Skip to main content

WordList

WordList describes all the available wordLists.

type WordList {  banned: [String!]!  suspect: [String!]!}

Fields#

banned ([String!]!)#

banned words will by default reject the comment if it is found.

suspect ([String!]!)#

suspect words will simply flag the comment.