Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetColumnJoinsScope
Allow to refine selection of the results using multiple scopes. Note: all scopes are additive
input GetColumnJoinsScope {
columnIds: [String!]
ids: [String!]
tableIds: [String!]
withDeleted: Boolean
withHidden: Boolean
}
Fields
GetColumnJoinsScope.columnIds ● [String!] list scalar general
Filter upon first and second column ids
GetColumnJoinsScope.ids ● [String!] list scalar general
Filter upon column join ids
GetColumnJoinsScope.tableIds ● [String!] list scalar general
Filter upon table ids
GetColumnJoinsScope.withDeleted ● Boolean scalar general
Scope by withDeleted, whether to include deleted assets
GetColumnJoinsScope.withHidden ● Boolean scalar general
Scope by withHidden, whether to include hidden assets
Example
{
"columnIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"ids": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"tableIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"withDeleted": true,
"withHidden": true
}
Member Of
getColumnJoinsquery