generateSchema

abstract val generateSchema: Property<Boolean>

Whether to generate the Schema class.

The Schema class is a special class that contains a list of all composite types (objects, interfaces, unions). It can be used to retrieve the list of possible types for a given CompiledType.

Its name can be configured with generatedSchemaName.

Default: false