chkimes / graphql-net

Convert GraphQL to IQueryable
MIT License
891 stars 86 forks source link

Behavior on exception doesn't match one from spec #81

Open IdeaHunter opened 7 years ago

IdeaHunter commented 7 years ago

According to spec:

If an error is thrown while resolving a field, it should be treated as though the field returned null, and an error must be added to the "errors" list in the response.

but now we have original exception as result of execution