jlouis / graphql-erlang

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

Fix/default args coercion #207

Closed jlouis closed 5 years ago

jlouis commented 5 years ago

I managed to fix half of the code base with the previous default argument changes. I still needed a pass over the arguments to fill in the blanks where applicable. This patch should do it.