Elixir 1.7.4, Absinthe compilation error: The root query type must be implemented and be a of type Object

That’s why I posted above. Just wanted to add one more voice to the fact that Elixir 1.7.4 and Absinthe 1.3 combo leads to compilation errors. And that upgrading to 1.4 fixes it.

:+1:

3 Likes

Ahhh sorry, on an early flight this morning and totally misread!

1 Like

Good to know and thanks for sharing info.

1 Like

Just reading this long chain may be a little late to the party. I recently had this issue and wanted to point out that updating absinthe 1.4 did not fix this for me. I had to specify this exact version:

{:absinthe, 1.4.13"}

If you search Google there is quite a lot of noise about this issue. But this is what resolved the problem for me.

1 Like