JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

Feature request: Add button to abort request #475

Open t-heuser opened 3 years ago

t-heuser commented 3 years ago

hi! Would it be possible to add a button to abort a running request? At the moment there is none, but normally you can abort any background task in intellij programs. Sometimes there are long running queries which I want to abort (looking at you magento).

image

vepanimas commented 3 years ago

Hi, thanks for the request! it looks so obvious, and I'm surprised it hasn't been done yet, I'll figure it out.