Skip to content

Commit

Permalink
docs(): Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed May 11, 2021
1 parent 4a8f0bb commit 2f5b250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/graphql/authorization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ If you authorize custom methods by using the `@AuthorizerFilter()`, you should p
You can leave out the `operationName` to let the context use the name of the decorated Method.
If you leave out the `readonly` property, it's inferred from the `operationGroup`.

The `operationNames` of the generated CRUD resolver methods are similar to the ones of the [QueryService](../concepts/services.mdx):
The `operationNames` of the generated CRUD resolver methods are similar to the ones of the [QueryService](../concepts/services.md):

- `queryMany`
- `findById`
Expand Down

0 comments on commit 2f5b250

Please sign in to comment.