-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2] Limit query by placing caret inside operation not working #243
Comments
Hi Benjamín. Thanks for using the plugin. Yeah, this didn't make it into the 2.0.0 even though 1.x has it. As you said, the workaround is to select the operation in the editor even though that's not as elegant. I hope to have this feature back in 2.1.0. Best regards, |
I've implemented this for the 2.1.0 release that's scheduled for mid-next week. The contextual queries are now also capable of including referenced fragments that are declared in other files. Best regards, |
Plugin version: 2.7.1 Doesn't work on new version of Idea. PS: I confirm that if you select the required operation, only that operation is sent. But this is very inconvenient. |
Version and Environment Details
Operation system:
IDE name and version:
Pycharm PRO 2019.1
Plugin version:
2.0.0
Expected Behaviour
Placing caret inside an operation and pressing Ctrl+Enter should send only said operation
Actual Behaviour
Query fails:
Presumably because it's sending everything in the graphql file
Steps to Reproduce / Link to Repo with Reproduction and Instructions
.graphql
file and add at least two operations:Note: Selecting and pressing Ctrl+Enter works just fine.
The text was updated successfully, but these errors were encountered: