Skip to content

Commit

Permalink
Fix 'create' to 'insert' in behavior example (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Oct 19, 2023
2 parents 235e881 + 29cc1d5 commit d6f695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgraphile/website/postgraphile/crud-mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CRUD mutations can easily be disabled by disabling the `create`,
export default {
// ...
schema: {
defaultBehavior: "-create -update -delete",
defaultBehavior: "-insert -update -delete",
},
};
```
Expand Down

0 comments on commit d6f695d

Please sign in to comment.