OBJECT
HubQueryAutocompleteResponse
link GraphQL Schema definition
- type HubQueryAutocompleteResponse {
- # Autocompletion categories with their completions
- HubQueryAutocompletionCategory!] : [
- # Completions, if any, occur after this part of the query
- String! :
- # If the query is invalid, error information
- HubQueryErrorInfo!] : [
- # query validity
- Boolean! :
- # Original query for autocompletion
- String! :
- }