WordlistMatch
No description
type WordlistMatch {
value: String!
index: Int!
length: Int!
}
Fields
WordlistMatch.value
● String!
non-null scalar
value is the value detected by the word list pipeline.
WordlistMatch.index
● Int!
non-null scalar
index is the starting index of the word occurence in the comment body.
WordlistMatch.length
● Int!
non-null scalar
length is the length of the value string.