-
Notifications
You must be signed in to change notification settings - Fork 349
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
[improvement] Reload server after change #1906
Comments
Surely this can be baked into the However, in the meantime, you can simply implement this with nodemon. "dev": "nodemon -e js,graphql,yaml --exec graphql-mesh serve" You'd just need to install nodemon as a dev dependency. |
Thanks, @santino, however, the changes are detected for the files other than As we've both agreed, this should be baked into the serve command for convenience. On top of that, the improvement would be that the currently opened graphiql is reloaded (it would be great if it would be hot reloaded), and not opened in a new tab. |
@Urigo could reloading server after file changes be achieved on the library level? |
Hi there, just a little observation: ie.: Hope helps someone. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
Currently, after every change, for example in the .yaml file, the
mesh serve
has to be restarted for the change to be applied.Describe the solution you'd like
With each change the changes to be persisted.
The text was updated successfully, but these errors were encountered: