-
Notifications
You must be signed in to change notification settings - Fork 469
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
Watch not working #603
Comments
Same here, nothing happens with the watch flag. I am running this inside a NodeJS 10 docker container. EDIT: Seems to be because I was using the package.json configuration object. Using the commandline options is working! |
Same, node 8.3.11, with the command |
Edit - It is working it just doesn't have any output so I was confused. |
Can anyone confirm this is still an issue with the latest CLI version? |
@JakeDawkins - Coupled with a little bit of lag in an IDE, I got confused much like @kevinhughes27 was. |
Ha. As it turns out, this was just a 1-line change. It was already in the codebase, but was disabled at some point. I opened a PR to add logging back in :) |
Looks like the codegen watch is not working
when I change the query inside a gql tag it doesn't reload the types
The text was updated successfully, but these errors were encountered: