decapitalizeFields

abstract val decapitalizeFields: Property<Boolean>

Whether to decapitalize fields (for instance FooBar ->fooBar). This is useful if your schema has fields starting with an uppercase as it may create name clashes with models that use PascalCase

Default: false