generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 79
Labels
infrastructurequery editorThe editor and results used for executing user defined database queriesThe editor and results used for executing user defined database queries
Description
I switched the logic to useMutation to ensure only one fetch request will fire per button click. We need this guarantee to ensure mutations do not unintentionally get executed multiple times. But useMutation has made the logic around the query quite a mess.
Typically useQuery will perform background fetches to freshen up the data stored in cache. There are flags to turn all of these off. I think I have the proper set of them now to give this another shot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infrastructurequery editorThe editor and results used for executing user defined database queriesThe editor and results used for executing user defined database queries