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

FilterMetadata

The meta data about how row-level filtering works in the data source.

type FilterMetadata {
  applicableTypes: [String!]
  filterOverridePermissions: [String!]
}

Fields

applicableTypes ● [String!] list scalar

The data object types on which row-level filtering is applicable.

filterOverridePermissions ● [String!] list scalar

The permissions that allow a user to see all rows.

Member Of

DataSource object

Last updated

Was this helpful?