You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use-case: I have schema set to schema: http://localhost:4000/api in graphql.config.yml and run the server locally when developing. Whenever I edit my API code the schema changes but the extension doesn't pick it up automatically so I need to rerun the introspection query manually practically all the time when building new features. It can be worked around with File Watchers and dumping the schema to a file but it would be nice if this was supported natively.
As the name suggests, it would be amazing if rerunning the introspection query could happen on file save.
The text was updated successfully, but these errors were encountered: