Formatting GraphQL in Elixir projects (opens in new tab)
From Maarten van Vliet: With the release of Elixir 1.13 it became possible to add plugins to the formatter. These plugins gives developers the option to hook into the Elixir formatter. I’ve created an Elixir formatter plugin to Absinthe to format GraphQL documents. With the release of Absinthe 1.7 this is available for everyone to use. To start, you’ll need Absinthe 1.7 or higher together with Elixir 1.13 or higher. The Absinthe project comes with Absinthe.
Read the original article