Skip to content

Commit

Permalink
Merge pull request #4205 from voltron2112/patch-2
Browse files Browse the repository at this point in the history
docs(graphql): fix minor error in example
  • Loading branch information
arundna authored Apr 14, 2022
2 parents 7351f46 + 13b3dd4 commit 857b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cli/graphql/authorization-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 857b165

Please sign in to comment.