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.

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

Member Of