We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7351f46 + 13b3dd4 commit 857b165Copy full SHA for 857b165
src/pages/cli/graphql/authorization-rules.mdx
@@ -19,7 +19,7 @@ Amplify also allows you to restrict the allowed operations, combine multiple aut
19
20
``` graphql
21
type Todo @model @auth(rules: [
22
- { allow: public, operations: [read]}
+ { allow: public, operations: [read]},
23
{ allow: owner }
24
]) {
25
content: String
0 commit comments