@Ben_Gannaway exactly. This was what I was facing that the policies still be ignored or maybe GraphQL runs into an error because it can’t use “ctx”. For this I wrote the custom resolver. It’s a little bit more effort when you have to write two policies for REST and GraphQL with the same logic.
@LuisAlaguna Maybe there is an other way to use { context } for in the policies without writing a custom resolver for GraphQL. Unfortunately, I can’t find anything in the documentation about this.