WordlistMatch
No description
type WordlistMatch { value: String! index: Int! length: Int!}
#
Fieldsvalue
(String!
)#
value is the value detected by the word list pipeline.
index
(Int!
)#
index is the starting index of the word occurence in the comment body.
length
(Int!
)#
length is the length of the value string.