Skip to content

Commit 644a669

Browse files
Fix directive format
Co-authored-by: Rene Brandel <[email protected]>
1 parent 6d9b74b commit 644a669

File tree

1 file changed

+1
-1
lines changed
  • src/pages/gen1/[platform]/build-a-backend/graphqlapi/customize-authorization-rules

1 file changed

+1
-1
lines changed

src/pages/gen1/[platform]/build-a-backend/graphqlapi/customize-authorization-rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ type PostTags
910910
}
911911
```
912912

913-
For more control over the join table's authorization rules, you can create the join table explicitly, linking it to each model with a `hasMany/belongsTo` relationship, and set appropriate auth rules for your application.
913+
For more control over the join table's authorization rules, you can create the join table explicitly, linking it to each model with a `@hasMany`/`@belongsTo` relationship, and set appropriate auth rules for your application.
914914

915915
### How it works
916916

0 commit comments

Comments
 (0)