Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
UpdateColumnDescriptionInput
Input object expected by the query or mutation
input UpdateColumnDescriptionInput {
externalDescription: String
id: String!
}
Fields
UpdateColumnDescriptionInput.externalDescription ● String scalar general
The external description for this column
UpdateColumnDescriptionInput.id ● String! non-null scalar general
the id of the column we want to update
Example
Member Of
updateColumnDescriptionsmutation