WordList
WordList describes all the available wordLists.
type WordList { banned: [String!]! suspect: [String!]!}
#
Fieldsbanned
([String!]!
)#
banned words will by default reject the comment if it is found.
suspect
([String!]!
)#
suspect words will simply flag the comment.