Craft GraphQL APIs in Elixir with Absinthe Part Two

I am still working through this book.

So far chapter 3 seems reasonable. The only change so far is the 200 return type for an error in a query. Previously it had been a 400.

Now at commit 9c83b41 in the repo https://github.com/chriseyre2000/absinthe_demo

We are currently at page 93 of the book (halfway through Chapter 3)

Leave a comment