For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataSourceFilterInput

Represents the filter options for listing data sources.

input DataSourceFilterInput {
  includeSystem: Boolean
  owners: [String!]
  parent: String
  search: String
  types: [String!]
}

Fields

includeSystem ● Boolean scalar

If false, system data sources are excluded from the results. By default, system data sources are included.

owners ● [String!] list scalar

List of user IDs to filter on who owns the data source.

parent ● String scalar

Only show data sources with a specific parent data source.

The search string to use (will do a case-insensitive 'contains').

types ● [String!] list scalar

Member Of

dataSources query

Last updated

Was this helpful?