No content to show
User Activity
Hi everyone, I'm trying to develop an app with Shopify remix framework.I have a graphql query to get all orders from the admin like belowconst response = await admin.graphql(
`#graphql
query {
orders(first: 10) {
...
Hi everyone, I'm developing a publish app, and trying to create a theme app extension to add my app to the theme editor. But I always face this issue when try run the app "To preview your extensions, make sure that development store preview is enable...