adamlamaa

Results 4 comments of adamlamaa

Sharing to help debug for others. I upgraded to Webstorm 2023.1.4 and Graphql plugin 4.0.1. This resulted in my schema.graphql.ts file, giving warnings on all types like below: ![image](https://github.com/JetBrains/js-graphql-intellij-plugin/assets/77894378/f5176786-25ab-4f52-a129-0d57cee7e9da) Looking...

If anybody else stumbles on this issue looking for a solution, here is what I ended up doing to resolve this when doing graphql mutations, that gave a similar error:...

Downgrading to: ``` "dependencies": { "@radix-ui/react-select": "2.0.0", } ``` Along with ``` "overrides": { "@radix-ui/react-focus-scope": "1.0.4" } ``` Solved this for me for now.

Nothing special has to be done to have the GraphQL extension respect your db policies. Simply pass your users access token in the Authorization header when making Graphql requests.