INTERFACE
SearchResponse
The SearchResponse is the main response from the Search API.
link GraphQL Schema definition
- interface SearchResponse {
- : SearchResponseMeta
- : SearchIndexQuery
- : RecognizedEntities
- : [SearchResponseFacet]
- : [SearchHit]
- : User
- }