Apollo server beside Elixir Phoenix with Absinthe

Hello, i want to give a try at Elixir and use phoenix beside an Apollo server. Could you provide me some advices in term of architecture? Thanks in advance.

Hello and welcome,

Why would You want to do that? Phoenix + Absinthe are already a GraphQL server.

Unless You want to make a comparison with Apollo server, they are meant to do the same thing.

1 Like

Apollo Federation is not supported in Absinthe to my knowledge, although I don’t think there are any alternative implementations at all.

2 Likes

ok, I have never used Apollo Federation :slight_smile:

I want to migrate some services of my app (apollo server) to elixir phoenix and do not know to achieve this. Thank you for your response.