hi people, I have a question:
If I have a resolver, lets say "deletePost", I want only can delete by the author, I know I can use a conditional, but is there something like policies in laravel or something like that?
s
Sachin Jani
05/25/2019, 7:26 AM
You can use graphQL shield and create a rule in that for it. Hope this helps.