RedwoodSchemaExtension

abstract class RedwoodSchemaExtension

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val apiTracking: Property<Boolean>

Control whether an API file is generated for tracking schema compatibility. The default is true.

Link copied to clipboard
abstract val type: Property<String>

The fully-qualified name of the @Schema-annotated interface.