adamlamaa
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:  Looking...
Insert causes select policy violation due to select occuring before all insert triggers are finished
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.