Package com.apollographql.apollo3.compiler.hooks.internal
Types
Link copied to clipboard
class AddInternalCompilerHooks(namePatterns: Set<String>) : DefaultApolloCompilerKotlinHooks
Content copied to clipboard
Adds the internal
modifier to types matching the given names.
Link copied to clipboard
class ApolloCompilerJavaHooksChain(hooks: List<ApolloCompilerJavaHooks>) : ApolloCompilerJavaHooks
Content copied to clipboard
Link copied to clipboard
class ApolloCompilerKotlinHooksChain(hooks: List<ApolloCompilerKotlinHooks>) : ApolloCompilerKotlinHooks
Content copied to clipboard