Hey,
I want to trigger a GraphQL mutation when a customer clicks a button inside an app block.
I know I can write backend code in the global actions folder, but I need to understand how to trigger it via the Shopify extension.
Should I create a separate API route for this, or can I use Gadget actions?
Thanks