- Notifications
You must be signed in to change notification settings - Fork254
Description
Is your feature request related to a problem? Please describe.
There are many conditions that I want to disable a query at the query level. I posted to discord on this about how retool has this feature and I used it all the time.

There are many cases that I used this feature, including temporarily disabling a query for testing, running queries on embeded modules only when the module is visible, as well as many other scenarios.
Describe the solution you'd like
Add an edit box similar to the screen shot.
Describe alternatives you've considered
In someplaces, you can guard before you call the query, in other places this is not ideal. You can also make another JS query and write some protection logic there. This is super hacky.
Additional context
Add any other context or screenshots about the feature request here.