compilerKotlinHooks

abstract val compilerKotlinHooks: ListProperty<ApolloCompilerKotlinHooks>

Hooks to customize the generated Kotlin code.

See ApolloCompilerKotlinHooks for more details.

Only valid when generateKotlinModels is true

Note: use the com.apollographql.apollo3.external Gradle plugin instead of com.apollographql.apollo3 to use this, so the KotlinPoet classes are available in the classpath.