nrc / graphql

A Rust GraphQL server framework
Apache License 2.0
236 stars 12 forks source link

Phases for query validation #20

Open nrc opened 6 years ago

nrc commented 6 years ago

Is it worth separating name resolution from type checking? I think it probably will be once we're checking more queries. There might be other phases too. Also worth thinking about the data we store information in.