INPUT_OBJECT

UpdateSchemaState

link GraphQL Schema definition

1input UpdateSchemaState {
4
2# The schemaId to update
3id: ID!
7
5# The new schema status
6status: SchemaStatus!
10
8# Specify if publishing this schema would break ingestion
9breakingChanges: Boolean
11}