haskell-graphql / graphql-api

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

Revise for October2016 spec release #143

Open jml opened 6 years ago

jml commented 6 years ago

https://github.com/facebook/graphql/releases/tag/October2016 lists a bunch of breaks & clarifications.

We were in the middle of implementing graphql-api when that was released, so it's likely that our implementation gets some of those wrong.

We should review each point to make sure we're on spec.

jml commented 6 years ago

Arose from discussion on #137