Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
UpdateSchemaInput
Input object expected by the query or mutation
input UpdateSchemaInput {
deletedAt: DateTime
description: String
isHidden: Boolean
externalId: String
id: String!
name: String
}
Fields
UpdateSchemaInput.deletedAt ● DateTime scalar general
If present, indicates when the schema was deleted
UpdateSchemaInput.description ● String scalar general
The Catalog documentation for this schema
UpdateSchemaInput.isHidden ● Boolean scalar general
Whether the schema should be hidden
UpdateSchemaInput.externalId ● String scalar general
The technical schema identifier from the warehouse schema structure
UpdateSchemaInput.id ● String! non-null scalar general
The schema id
UpdateSchemaInput.name ● String scalar general
The schema name
Example
{
"deletedAt": "2025-09-20T12:00:00.000Z",
"description": "Default Postgres schema",
"isHidden": false,
"externalId": "public",
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"name": "public"
}
Member Of
updateSchemasmutation