-
-
Notifications
You must be signed in to change notification settings - Fork 54
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] Please add watch mode #183
Comments
If you have the API serving the schema besides your client, you can easily use the programmatic API https://gqless.com/cli/programmatic |
P.S. Your project is amazing, today I showed it to my colleague from AWS, he is also delighted, I’ll figure out what can be done with this and how to integrate it into AWS AppSync, but after today's discussion, we agreed that the problem of AWS AppSync is in its monolithic nature, and it will be needed where then half a year to add an interlayer like Relay =), in general, I am very impressed with your development of the guys, tell me how to become your personal sponsor, not on behalf of a company, but on behalf of a person. |
I think a watch mode makes sense, although how we implement it is important as @PabloSzx said. I could see how querying excessively would lead to rate-limits, so maybe a way we could work around that is to vary the interval. A new subcommand If you want to send a PR the CLI is in |
You could probably just use this https://www.npmjs.com/package/forever, and essentailly poll |
Closing in favour of #194 |
Please add watch mode =)
The text was updated successfully, but these errors were encountered: