Mostly uninteresting. I have made use of GraphQL and haven't seen any practical benefits. APIs tend to be tailored to a specific use case, so the flexibility it offers tends not to get used.
I don't particularly like the error handling. You can get 200 OK responses with errors in them, and I have seen that not handled in reviews two times.
I don't particularly like the error handling. You can get 200 OK responses with errors in them, and I have seen that not handled in reviews two times.