ApolloCompilerPlugin

ApolloCompilerPlugin allows to customize the behaviour of the Apollo Compiler.

ApolloCompilerPlugin may be instantiated several times in a codegen run. Each instance is create in a separate classloader. The classloaders contains apollo-compiler classes and the runtime classpath of the ApolloCompilerPlugin. You may throw from ApolloCompilerPlugin methods to fail the build.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Computes operation ids for persisted queries.

Link copied to clipboard