nrc / graphql

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

tracking issue: error messages #10

Open nrc opened 6 years ago

nrc commented 6 years ago

There are lots of places where error mesasges are sub-optimal, e.g., missing information, or returning a single error when multiple errors happen, etc.