buildSchemaAndOperationsSources

fun buildSchemaAndOperationsSources(schemaFiles: List<InputFile>, executableFiles: List<InputFile>, codegenSchemaOptions: CodegenSchemaOptions, irOptions: IrOptions, codegenOptions: CodegenOptions, layoutFactory: LayoutFactory?, operationOutputGenerator: OperationOutputGenerator?, irOperationsTransform: Transform<IrOperations>?, javaOutputTransform: Transform<JavaOutput>?, kotlinOutputTransform: Transform<KotlinOutput>?, documentTransform: DocumentTransform?, logger: ApolloCompiler.Logger?, operationManifestFile: File?): SourceOutput

Compiles a set of files without serializing the intermediate results