Skip to main content
Version: Latest

KeywordResult

type KeywordResult {
count: Int! @deprecated
hitsCount: Int!
statementsCount: Int!
statements: [Statement!]!
}

Fields

KeywordResult.count ● Int! deprecated non-null scalar graph-ql-types

⚠️ DEPRECATED

Use hitsCount or statementsCount count instead

Number of times a searched keyword appears in a document. @exposed

KeywordResult.hitsCount ● Int! non-null scalar graph-ql-types

Number of times a searched keyword appears in a document. @exposed

KeywordResult.statementsCount ● Int! non-null scalar graph-ql-types

Number of statements with a keyword in a document. @exposed

KeywordResult.statements ● [Statement!]! non-null object graph-ql-types

List of all statements @exposed

Returned By

Document__snippets query

Member Of

Document object