HitOffset
description
The keyword hit offsets array which represents the hit keywords of current input query
type HitOffset {
start: Int!
end: Int!
}
Fields
HitOffset.start
● Int!
non-null scalar
@exposed
HitOffset.end
● Int!
non-null scalar
@exposed
Member of
Statement
object