Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
ExternalLink
An external link for a table represents a URL to an external system such as github
type ExternalLink {
id: ID!
technology: ExternalLinkTechnology!
url: String!
tableId: String!
}
Fields
ExternalLink.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
ExternalLink.technology ● ExternalLinkTechnology! non-null enum general
The origin of the url
ExternalLink.url ● String! non-null scalar general
The external link url
ExternalLink.tableId ● String! non-null scalar general
The link belongs to this data table ID
Example
Returned By
createExternalLinksmutationupdateExternalLinksmutation
Member Of
Tableobject