Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

SearchQueriesOutput

Response from the executed query or mutation

type SearchQueriesOutput {
data: [SearchQueryResult!]!
}

Fields

SearchQueriesOutput.data ● [SearchQueryResult!]! non-null object ai

Field containing the response from the executed query or mutation

Example

{
"data": [
{
"author": {
"email": "john.doe@example.com",
"name": "John Doe"
},
"query": "What is MMR?",
"tableIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
]
}
]
}

Returned By