KeywordResult
type KeywordResult {
count: Int! @deprecated
hitsCount: Int!
statementsCount: Int!
statements: [Statement!]!
}
Fields
KeywordResult.count
● Int!
deprecated non-null scalar
DEPRECATED: Use hitsCount or statementsCount count insteadNumber of times a searched keyword appears in a document. @exposed
KeywordResult.hitsCount
● Int!
non-null scalar
Number of times a searched keyword appears in a document. @exposed
KeywordResult.statementsCount
● Int!
non-null scalar
Number of statements with a keyword in a document. @exposed
KeywordResult.statements
● [Statement!]!
non-null object
List of all statements @exposed
Member of
Document
object