jlouis / graphql-erlang

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

Jl/bidirectional type check #185

Closed jlouis closed 6 years ago

jlouis commented 6 years ago

Change the type checker for a bidirectional one

jlouis commented 6 years ago

This is still WIP, just want a PR to track it.

It's looking good however. Way cleaner than the old typechecker. And it can solve the remaining validations far easier I think.