INPUT_OBJECT

SearchForOptions

SearchForOptions allows the user to target specific result types.

link GraphQL Schema definition

1input SearchForOptions {
4
2# List of indices to run a user's query against.
3targets: [SearchForTarget!]
5}