diff --git a/src/pages/cli/graphql/authorization-rules.mdx b/src/pages/cli/graphql/authorization-rules.mdx index 7b6dc451c6e..5d560f748be 100644 --- a/src/pages/cli/graphql/authorization-rules.mdx +++ b/src/pages/cli/graphql/authorization-rules.mdx @@ -19,7 +19,7 @@ Amplify also allows you to restrict the allowed operations, combine multiple aut ``` graphql type Todo @model @auth(rules: [ - { allow: public, operations: [read]} + { allow: public, operations: [read]}, { allow: owner } ]) { content: String