Federated mutations

Hi, I need help to find a way around the apollo federation to support federated mutations so that I could orchestrate the mutations to the respective services.

For instance, I’ve two subgraphs; ProductsSubgraph and ReviewsSubgraph along with the apollo federation gateway. With that said, I want to delete the product & reviews… Mutations for delete action exists separately on both services.

Is there a way to expose one composed/federated mutation that orchestrates delete action to both services…

Thanks

2 Likes

@iamfotx I am also looking for something similar, found any solution for this?