fsprojects / FSharp.Data.GraphQL

FSharp implementation of Facebook GraphQL query language.
http://fsprojects.github.io/FSharp.Data.GraphQL/
MIT License
395 stars 72 forks source link

Changed `raise` to calling `Reraise()` extension method to preserve the call stack #448

Closed xperiandri closed 8 months ago

xperiandri commented 8 months ago

@valbers do we need tests for this?

valbers commented 8 months ago

@valbers do we need tests for this?

Tests are of course always good, but I wouldn't require it here at this point. If you tested it locally it should suffice for now, I guess.