Then add the block below to your launch.json file and put it inside the .vscode folder in your app’s root directory. { "version": "0.2.0", "configurations": [{ "name": "Chrome", "type": "chrome", "request": "launch", "url": "http://localhost:3000", "webRoot": "${workspa...
By default the graphql.vscode-graphql extension for VS Code will assume that GraphQL queries or mutations are for the Shopify Admin API. This is a sensible default, but it may not be true if: You use another Shopify API such as the storefront API. You use a third party GraphQL API....