Felix Tellmann
Felix Tellmann
I've experienced the same issue before. I figured that it only happens when having multiple '' elements in the same component.
I have fully extracted the types from the docs page, by parsing each api path & method individually. I've tried upgrading the package to include the types as a non-breaking...
I've created a fork with a typed version of the package you can install with `npm install shopify-typed-node-api ` or `yarn add shopify-typed-node-api`. I have extracted all types directly from...
I've had a look through the rest types as provided here: [https://github.com/Shopify/shopify-node-api/tree/main/src/rest-resources/2022-01](https://github.com/Shopify/shopify-node-api/tree/main/src/rest-resources/2022-01) They seem to be pretty incomplete as well. I had planned a PR a while ago when I...
I've completed the CLA, please re-run the checks.
Thank you for looking further into it. Let me know if I can be of any assistance in this. I've had a further look into the existing types that have...
Hey Kyle, looks like its related to issue [#193](https://github.com/Shopify/shopify-node-api/issues/193). I've added a pull request over the weekend to add types to the Rest & Graphql clients. I've also added a...
You can install ‘shopify-typed-node-api’ as an alternative
Another option to have the syntax highlighting done automatically is to set up `Language Injection`. If you use the `Places Pattern`: ``` + jsLiteralExpression().withParent(psiElement().withText(string().contains("/* GraphQL */"))) ``` Works great for...