Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
UpdateTableDescriptionInput
Input object expected by the query or mutation
input UpdateTableDescriptionInput {
externalDescription: String
id: String!
}
Fields
UpdateTableDescriptionInput.externalDescription ● String scalar general
The external description for the table
UpdateTableDescriptionInput.id ● String! non-null scalar general
The table id
Example
{
"externalDescription": "All stored information about customers",
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
Member Of
updateTableDescriptionsmutation