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 general
The origin of the link
CreateExternalLinkInput.url ● String! non-null scalar general
the url of the link
Example
Member Of
createExternalLinksmutation