Greetings,
I created a Web Pixel Extension using the Shopify CLI. The app has no UI, and does certain things on specific events. While developing the application, I had no issue running the create mutation from the Graphiql from my browser to activate the app (the one that opens from the CLI by pressing g).
When I tried to do so from my demo store’s Graphigl app (the same store that I installed the application on), I did not behave the same, and it failed with the following error int the response “message”: “No extension found.”.
I don’t want to have a UI element, like a button to run the activation query. Is there a way to run the activation either automatically directly after the installation, or via the GraphiQL app in the store’s admin?
Thank you in advance.