Skip to content

Commit

Permalink
Add missin create permission for faunadb example (#10575)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgordey committed Feb 18, 2020
1 parent 743bf5d commit 5e23e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-graphql-faunadb/scripts/setup.js
Expand Up @@ -52,7 +52,7 @@ readline.question(`Please provide the FaunaDB admin key\n`, adminKey => {
privileges: [
{
resource: q.Collection('GuestbookEntry'),
actions: { read: true, write: true },
actions: { read: true, write: true, create: true },
},
{
resource: q.Index('entries'),
Expand Down

0 comments on commit 5e23e35

Please sign in to comment.