Have the ability on only Save a query, not Save and Run

Greetings,

I am curious if queries (in my current case, Firestore) could be saved without running them retrieving data? This bothers me the most when I query all or most of a collection. I don't need all that data now, I am only changing a param, etc. Is it possible to make this an option to only Save, not Save and Run?

Hey Brett—

The easiest way to do this is to change the query from "run query automatically when inputs change" to "run query only when manually triggered". That'll enable the "save" rather than "save and run" button and won't update the app's model until the query is explicitly run.

Let me know if that works for your needs here.

CleanShot 2022-01-21 at 12.22.17

Oh yeah, I forgot about that. I wondered why some said "Save". Thanks Ryan!

Hopefully I remember next time. Now that I think about it, I don't think this is the first time I have asked about this. :blush: