Skip to content

Commit ebe90aa

Browse files
committed
docs: add a link to verify_authorized issue
1 parent 20d68de commit ebe90aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/graphql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ class Mutations::DestroyUser < Types::BaseMutation
157157
end
158158
```
159159

160+
Check out this issue on how you can implement a `verify_authorized` callback for your mutations: [#28](https://github.com/palkan/action_policy-graphql/issues/28).
161+
160162
## Handling exceptions
161163

162164
The query would fail with `ActionPolicy::Unauthorized` exception when using `authorize: true` (in raising mode) or calling `authorize!` explicitly.

0 commit comments

Comments
 (0)