Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
updateSchemas
mutation
updateSchemasThis mutation will allow you to batch update the schemas you created.
Note that in order not to mess with data ingested by Catalog, only the schemas belonging to sources and databases created from this API will be editable.
updateSchemas(
data: [UpdateSchemaInput!]!
): [Schema!]!