compilerJavaHooks

abstract val compilerJavaHooks: ListProperty<ApolloCompilerJavaHooks>

Hooks to customize the generated Java code.

See ApolloCompilerJavaHooks for more details.

Only valid when generateKotlinModels is false

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