hi people, I have a question: If I have a resolver...
# orm-help
j
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
You can use graphQL shield and create a rule in that for it. Hope this helps.
fast parrot 1
j
it works well, thank you!
🙂 1