beforeCompilationStep
open fun beforeCompilationStep(environment: ApolloCompilerPluginEnvironment, registry: ApolloCompilerRegistry)
This is called before each compilation step. A typical compilation involves different steps:
generating the schema
generating the IR
generating the source code (codegen)
Parameters
environment
options and environment for the plugin.
registry
the registry where to register transformations.