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 general
Field containing the response from the executed query or mutation
Example
{
"data": [
{
"author": {},
"tableIds": []
}
]
}
Returned By
searchQueriesquery