-
Notifications
You must be signed in to change notification settings - Fork 23
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
support GraphQL request syntax of IntelliJ IDEA HTTP client #165
Comments
I overlooked the difference. I will take a look, if I find a documentation and update my implementation. https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#graphql |
With the next release GRAPHQL Method will be autmatically replaced with POST Method |
I'm looking forward to the next release, thanks! |
@cxcatir I haven't closed all differences to Intellij Http Client yet, but wanted to release the changes that are important to you. With v5.10.0 it is now available. |
Thanks for the quick release! 🥳 |
Hi, is it possible that httpYac can also support the GraphQL request syntax of Intellij Idea HTTP client and be compatible for development?
IntelliJ IDEA HTTP client:
use
GraphQL
keywordThanks a lot 🙇
The text was updated successfully, but these errors were encountered: