stuebingerb / KGraphQL

Pure Kotlin GraphQL implementation
MIT License
4 stars 1 forks source link

fix: Fix exception type for undeclared variables #103

Closed stuebingerb closed 21 hours ago

stuebingerb commented 21 hours ago

IllegalArgumentExceptions are not handled as GraphQL errors and thus lead to nasty surprises. This likely affects more places.