jlouis / graphql-erlang

GraphQL implementation in Erlang.
Other
313 stars 52 forks source link

Introduce scalar coercion code for Jun2018 specification #179

Closed jlouis closed 6 years ago

jlouis commented 6 years ago

This PR works on getting ourselves consistent with issue #174 (Jun2018 specification).

There is a rather large set of changes which needs to be handled, but for starters we can do this one at a time by looking at the scalar resolvers and make sure they work according to the specification.