Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetDatabasesScope
Allow to refine selection of the results using multiple scopes. Note: all scopes are additive
input GetDatabasesScope {
nameContains: String
sourceIds: [String!]
withDeleted: Boolean
withHidden: Boolean
}
Fields
GetDatabasesScope.nameContains ● String scalar general
Scope by a substring of the field name
GetDatabasesScope.sourceIds ● [String!] list scalar general
Scope by a list of source ids
GetDatabasesScope.withDeleted ● Boolean scalar general
Scope by withDeleted, whether to include deleted assets
GetDatabasesScope.withHidden ● Boolean scalar general
Scope by withHidden, whether to include hidden assets
Example
{
"nameContains": "customers",
"sourceIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"withDeleted": false,
"withHidden": false
}
Member Of
getDatabasesquery