ApolloCompilerPlugin

ApolloCompilerPlugin allows to customize the behaviour of the Apollo Compiler.

ApolloCompilerPlugin is run in an isolated classloader. You may throw from ApolloCompilerPlugin methods to fail the build but custom exception classes are not accessible from the calling environment like Gradle for an example. Prefer throwing regular Java exception classes.

Functions

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

Computes operation ids for persisted queries.