-
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
Schema reuse ver 4 #661
Comments
@andrzejbl Hi! To be honest, I didn't think about that scenario and haven't tested it for that case 😞. I've implemented the config matching as closely as possible to the https://github.com/kamilkisiela/graphql-config library. Therefore, I need some time to figure out how it works there. You can try to downgrade a plugin to a 3.4.0 version as a temporary solution, sorry for the inconvenience. It would be great if you could share the config file you use, of course without any endpoints, credentials, or other sensitive data. |
Here is an example of my config for older version:
Downgrane solved the problem temporarily. Let me know if I can be of any help. |
@andrzejbl What IDE version do you use? I think I fixed it but it would be great if you could try it before the release. |
Webstorm: Build #WS-231.8109.174, built on March 28, 2023 |
@andrzejbl Could you please try this recent build including a fix? Does it work for your project setup? |
at first glance looks like it works
…On Wed, 26 Apr 2023 at 16:15, Vladimir Panimaskin ***@***.***> wrote:
@andrzejbl <https://github.com/andrzejbl> Could you please try this
recent build including a fix? Does it work for your project setup?
js-graphql-intellij-plugin-4.0.0.zip
<https://github.com/JetBrains/js-graphql-intellij-plugin/files/11333834/js-graphql-intellij-plugin-4.0.0.zip>
—
Reply to this email directly, view it on GitHub
<#661 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMFHG2III27YIDSNSJXKKDXDEUZPANCNFSM6AAAAAAXLMRONA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Having the same-ish problem here. None of my graphql files nor ts/js type files recognize my schema anymore as of version 4.0.0. I downgraded to 3.4.0 and things work again out-of-the-box. For reference I'm in a mono-repo
|
@vepanimas When can we expect the fix to land in the release version? |
@reckter We'll release it by the end of the week, we’re testing the build at the moment🤞. |
Hi,
in the previous version, I've been reusing graphql files across many projects.
for example, I used
libs/pricing/schema.graphql
in many other schemas.
It worked very well so far. After upgrading to v4, projects defined after the project using one file are not seeing this file again.
I'm using a single config file for the whole project.
Is this a bug or there was an intentional change?
The text was updated successfully, but these errors were encountered: