INPUT_OBJECT

SearchOptions

SearchOptions to customize results returned by the search query.

link GraphQL Schema definition

1input SearchOptions {
5
2# List of indices to run a user's query against. If no targets are specified, the
3# query is run against all the indices listed in SearchIndex.
4targets: [SearchTarget!]
6}