Add isEnabled query option or other merging utils
I'm trying to merge the results of two queries, one of which isn't enabled in certain environments. I think that either isLoading should be false for the one that's disabled, or we should have an isEnabled query option. It would also be helpful to have some sort of merge util for merging query options. Mostly so I can show a loading indicator until all the (enabled) data is fetched.
0 Replies