Skip to main content

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

Member Of