Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
EntitiesLink
No description
type EntitiesLink {
id: ID!
fromDashboardId: String
fromDashboard: Dashboard
fromTableId: String
fromTable: Table
fromTermId: String
fromTerm: Term
toColumnId: String
toColumn: Column
toDashboardId: String
toDashboard: Dashboard
toDashboardFieldId: String
toDashboardField: DashboardField
toTableId: String
toTable: Table
toTermId: String
toTerm: Term
createdAt: Timestamp!
updatedAt: Timestamp!
}
Fields
EntitiesLink.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
EntitiesLink.fromDashboardId ● String scalar general
The dashboard id the link is issued from
EntitiesLink.fromDashboard ● Dashboard object general
The dashboard the link is issued from
EntitiesLink.fromTableId ● String scalar general
The table id the link is issued from
EntitiesLink.fromTable ● Table object general
The table the link is issued from
EntitiesLink.fromTermId ● String scalar general
The knowledge page id the link is issued from
EntitiesLink.fromTerm ● Term object general
The knowledge page the link is issued from
EntitiesLink.toColumnId ● String scalar general
The column id the link points to
EntitiesLink.toColumn ● Column object general
The column the link points to
EntitiesLink.toDashboardId ● String scalar general
The dashboard id the link points to
EntitiesLink.toDashboard ● Dashboard object general
The dashboard the link points to
EntitiesLink.toDashboardFieldId ● String scalar general
The dashboard field id the link points to
EntitiesLink.toDashboardField ● DashboardField object general
The dashboard field the link points to
EntitiesLink.toTableId ● String scalar general
The table id the link points to
EntitiesLink.toTable ● Table object general
The table the link points to
EntitiesLink.toTermId ● String scalar general
The knowledge page id the link points to
EntitiesLink.toTerm ● Term object general
The knowledge page the link points to
EntitiesLink.createdAt ● Timestamp! non-null scalar general
Date and time the resource was created
EntitiesLink.updatedAt ● Timestamp! non-null scalar general
Date and time the resource was last updated
Example
{
"fromDashboard": {
"entityEditors": [
{
"sourceUser": {
"unifiedUser": {
"teamIds": []
}
}
}
],
"ownerEntities": [
{
"ownerLabel": {},
"user": {
"ownerEntities": []
}
}
],
"source": {},
"tagEntities": [
{
"tag": {}
}
],
"teamOwnerEntities": [
{
"team": {
"teamOwnerEntities": []
}
}
]
},
"fromTable": {
"entityEditors": [],
"externalLinks": [
{}
],
"ownerEntities": [],
"schema": {
"database": {}
},
"tagEntities": [],
"teamOwnerEntities": []
},
"fromTerm": {
"childrenTerms": [],
"entityEditors": [],
"ownerEntities": [],
"tagEntities": [],
"teamOwnerEntities": []
},
"toColumn": {
"tagEntities": []
},
"toDashboardField": {}
}
Returned By
upsertPinnedAssetsmutation
Member Of
GetEntitiesLinkOutputobject