WordList
WordList describes all the available wordLists.
type WordList {
  banned: [String!]!
  suspect: [String!]!
}
Fields
WordList.banned ● [String!]! non-null scalar
banned words will by default reject the comment if it is found.
WordList.suspect ● [String!]! non-null scalar
suspect words will simply flag the comment.
Member Of
Settings  object