Statement
description
Statement represents context of every keyword hit in a document
type Statement {
page: Int!
text: String!
htmlText: String!
hitOffsets: [HitOffset!]!
context: [String!]!
}
Fields
Statement.page ● Int! non-null scalar graph-ql-types
Page on which keyword and therefore statement occurs @exposed
Statement.text ● String! non-null scalar graph-ql-types
Context of a keyword - limited amount of text (paragraph) that gives context to a single keyword result @exposed