davazp / graphql-mode

An Emacs mode for GraphQL
GNU General Public License v3.0
162 stars 31 forks source link

Implement support for async requests #51

Open Malabarba opened 2 years ago

Malabarba commented 2 years ago

I did this mostly because request.el is bugged for me on synchronous requests. But I think it's a nice addition anyway (it has bothered me many times before that emacs would hang while the request is running, specially when I setup some debugging breakpoints in the server).

Hope you find this useful.

Thanks a lot for this package.