DataSourceFilterInput
Last updated
Was this helpful?
Represents the filter options for listing data sources.
input DataSourceFilterInput {
includeSystem: Boolean
owners: [String!]
parent: String
search: String
types: [String!]
}Boolean scalarIf false, system data sources are excluded from the results. By default, system data sources are included.
[String!] list scalarList of user IDs to filter on who owns the data source.
String scalarOnly show data sources with a specific parent data source.
String scalarThe search string to use (will do a case-insensitive 'contains').
[String!] list scalardataSources query
Last updated
Was this helpful?
Was this helpful?