haskell-graphql / graphql-api

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

Resolve variables before delegating to resolver #58

Closed jml closed 7 years ago

jml commented 7 years ago

Currently, the validation code leaves AST.Value objects around. These can be variables, which is bad. By the time Resolver code gets there, all the variables should be gone.