buildSchemaAndOperationsSources
fun buildSchemaAndOperationsSources( schemaFiles: List<InputFile>, executableFiles: List<InputFile>, codegenSchemaOptions: CodegenSchemaOptions, irOptions: IrOptions, codegenOptions: CodegenOptions, layoutFactory: LayoutFactory?, operationIdsGenerator: OperationIdsGenerator?, irOperationsTransform: Transform<IrOperations>?, javaOutputTransform: Transform<JavaOutput>?, kotlinOutputTransform: Transform<KotlinOutput>?, operationsTransform: OperationsTransform?, schemaTransform: SchemaTransform?, logger: ApolloCompiler.Logger?, operationManifestFile: File?): SourceOutput
fun buildSchemaAndOperationsSources( codegenSchema: CodegenSchema, executableFiles: List<InputFile>, irOptions: IrOptions, codegenOptions: CodegenOptions, layoutFactory: LayoutFactory?, operationIdsGenerator: OperationIdsGenerator?, irOperationsTransform: Transform<IrOperations>?, javaOutputTransform: Transform<JavaOutput>?, kotlinOutputTransform: Transform<KotlinOutput>?, operationsTransform: OperationsTransform?, logger: ApolloCompiler.Logger?, operationManifestFile: File?): SourceOutput
Compiles a set of files without serializing the intermediate results