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.

GetEntitiesLinksScope

No description

input GetEntitiesLinksScope {
fromDashboardId: String
fromTableId: String
fromTermId: String
fromTermIds: [String!]
toColumnsOfTableId: String
toDashboardId: String
toDashboardFieldId: String
toFieldsOfDashboardId: String
toTableId: String
toTermId: String
}

Fields

GetEntitiesLinksScope.fromDashboardId ● String scalar general

Scope by dashboard the entities link is issued from

GetEntitiesLinksScope.fromTableId ● String scalar general

Scope by table the entities link is issued from

GetEntitiesLinksScope.fromTermId ● String scalar general

Scope by term the entities link is issued from

GetEntitiesLinksScope.fromTermIds ● [String!] list scalar general

Scope by multiple term IDs from which the entity links are issued

GetEntitiesLinksScope.toColumnsOfTableId ● String scalar general

Scope by the parent table of columns pointed to by the entities

GetEntitiesLinksScope.toDashboardId ● String scalar general

Scope by dashboard the entities link points to

GetEntitiesLinksScope.toDashboardFieldId ● String scalar general

Scope by dashboard field the entities link points to

GetEntitiesLinksScope.toFieldsOfDashboardId ● String scalar general

Scope by the parent dashboard of fields pointed to by the entities

GetEntitiesLinksScope.toTableId ● String scalar general

Scope by table the entities link points to

GetEntitiesLinksScope.toTermId ● String scalar general

Scope by term the entities link points to

Example

Member Of