No content to show
User Activity
Hi All,I am having a strange issue with the new admin subdomain, My app works normally with the legacy domain store.myshopify.com, but when using the admin.shopify.com domain my app never loads.I am using the Laravel/Shopify package to develop the ap...
Adding to the accepted answer, I'd like to share with you how to escape double quotes since it's a bit tricky and took me a while to do it, here goes:{
products(first: 2, query: """My name is "Bob" and this is my wife's car"""){
...
}
}