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>?,     documentTransform: ExecutableDocumentTransform?,     schemaDocumentTransform: SchemaDocumentTransform?,     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>?,     documentTransform: ExecutableDocumentTransform?,     logger: ApolloCompiler.Logger?,     operationManifestFile: File?): SourceOutput

Compiles a set of files without serializing the intermediate results