OBJECT

SearchSuggestionHighlight

A range that matches the search query.

link GraphQL Schema definition

1type SearchSuggestionHighlight {
2
3# The end of the match.
4end: Int!
5
6# The start of the match.
7start: Int!
8
9}