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