Skip to content

Commit

Permalink
fix @canResolved documentation in authorization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Dec 10, 2023
1 parent 83b6886 commit d03f50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/master/security/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Use the [@canResolved](../api-reference/directives.md#canresolved) directive to
```graphql
type Query {
post(id: ID! @whereKey): Post
@can(ability: "view", resolved: true)
@canResolved(ability: "view")
@find
@softDeletes
}
Expand Down

0 comments on commit d03f50e

Please sign in to comment.