karagenit/github-graphql

Exception Checking for Invalid Token/Query

Opened this issue · 1 comments

At some point, it's not worth it, as github's servers will tell us if the token or query is bad, and give better diagnostic info than we probably could.

Maybe checking to make sure they aren't nil or "", but nothing beyond that.

On the other hand, it does offer better performance to do it client side instead of on the server.