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.

CreateExternalLinkInput

Input object expected by the query or mutation

input CreateExternalLinkInput {
tableId: String!
technology: ExternalLinkTechnology!
url: String!
}

Fields

CreateExternalLinkInput.tableId ● String! non-null scalar general

The table to which the link refers

CreateExternalLinkInput.technology ● ExternalLinkTechnology! non-null enum external-links

The origin of the link

CreateExternalLinkInput.url ● String! non-null scalar general

the url of the link

Example

{
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"technology": "GITLAB",
"url": "https://gitlab.com/project"
}

Member Of