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
Member Of
getDatabasesquery