-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Feature: Reload on save with legacy config filenames #2160
Comments
It should refresh automatically on config file save events. You are using a legacy graphql config filename that the server isnt able to detect to reload |
Ok I understand much better after re-reading! This is something I was wondering about as well. The schema is not refetching? It used to, but I think I know what has changed since |
@moshest can you please point out where should I put |
@valerii15298 sure. You should put in under the |
As requested here:
graphql/vscode-graphql#104 (comment)
Actual Behavior
Doesn't update generated schema on changes.
Expected Behavior
Update generated schema on changes or have a manual option to tell it to update the generated file.
Steps to Reproduce the Problem Or Description
When using a separate local server, I add a
.graphqlconfig
file to the root of my project with this:The autogenerated file gets fetched once but when I do changes I have no way on telling it to refetch it and it doesn't update on its own even after restarting vscode.
Specifications
The text was updated successfully, but these errors were encountered: