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 general

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

{
"tableIds": []
}

Member Of