ApolloCacheCompilerPlugin

class ApolloCacheCompilerPlugin : ApolloCompilerPlugin

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun beforeCompilationStep(environment: ApolloCompilerPluginEnvironment, registry: ApolloCompilerRegistry)
Link copied to clipboard
open fun documentTransform(): DocumentTransform?
Link copied to clipboard
open fun foreignSchemas(): List<ForeignSchema>
Link copied to clipboard
open fun irOperationsTransform(): Transform<IrOperations>?
Link copied to clipboard
open fun javaOutputTransform(): Transform<JavaOutput>?
Link copied to clipboard
open fun kotlinOutputTransform(): Transform<KotlinOutput>?
Link copied to clipboard
open fun layout(codegenSchema: CodegenSchema): SchemaAndOperationsLayout?
Link copied to clipboard
open fun operationIds(descriptors: List<OperationDescriptor>): List<OperationId>?
Link copied to clipboard
open fun schemaListener(): SchemaListener?