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