FilterMetadata
Last updated
Was this helpful?
The meta data about how row-level filtering works in the data source.
type FilterMetadata {
applicableTypes: [String!]
filterOverridePermissions: [String!]
}[String!] list scalarThe data object types on which row-level filtering is applicable.
[String!] list scalarThe permissions that allow a user to see all rows.
DataSource object
Last updated
Was this helpful?
Was this helpful?