My application allows merchants to set filters on products, similar to how collection filtering works. There are a number of fields in which the application will be listening to which could easily accomplish with the standard approach that Gadget shows in the documentation. However, if I want to optimize even further, I was thinking of ensuring that per store the app would only use includeFields they have actually configured to use in their filters.
My assumption is that if I were to use this Shopify mutation here, I could do an update per store as needed.
Before testing that approach, I wanted to know if there was any way to do this dynamically with Gadget's approach with configurations in action files?