haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Update README.md with changes from #224 #226

Closed cjduncana closed 4 years ago

cjduncana commented 4 years ago

With the merged pull request #224, version 0.4.0 allows handlers to return errors. This change requires the use of a different function in the handler. This file change updates the README.md file to reflect this updated version.