Graphql scriptTags

Thanks for the response. I did reinstall the app and restart the server.

Below is the result. I also added added read_theme and write_theme to the access scopes. No luck.

{
  "shop": {
    "name": "example",
    "primaryDomain": {
      "url": "https://example.myshopify.com",
      "host": "example.myshopify.com",
      "__typename": "Domain"
    },
    "__typename": "Shop"
  },
  "scriptTags": {
    "edges": [],
    "__typename": "ScriptTagConnection"
  }
}

I’m going to try enabling all access scopes temporarily.