Can we connect to multiple databases using absinthe?

Hi, I am have several micro services. I am building a new Admin dashboard service. This service needs to fetch data from all micro services. Graphql seemed suited for the job, as it does not require me to modify existing services and get data from databases. I read through absinthe documentation. It does not say how to fetch data from multiple dbs. Apollo server and Hasura provides this feature. But Apollo is in JavaScript and I want to do it in elixir. Any help or suggestion is appreciated.

I guess reading this blog post might help you - Using Multiple DBs in Phoenix · Blog

2 Likes