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.

SearchQueriesScope

Allow to refine selection of the results using multiple scopes. Note: all scopes are additive

input SearchQueriesScope {
filterMode: FilterTablesMode
tableIds: [String!]!
}

Fields

SearchQueriesScope.filterMode ● FilterTablesMode enum ai

How filter should capture provided table IDs. Default to "ALL"

SearchQueriesScope.tableIds ● [String!]! non-null scalar general

Filter queries using provided table IDs (max 10 ids)

Example

{
"filterMode": 1,
"tableIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
]
}

Member Of