Skip to content

Commit

Permalink
Fix wrong parenthesis in Prisma plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekiessling authored Feb 28, 2023
1 parent feafaa6 commit c2c3888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/plugins/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ builder.queryType({
type: 'Post',
cursor: 'id',
resolve: (query, parent, args, context, info) => prisma.post.findMany({ ...query }),
}),
},
{}, // optional options for the Connection type
{}, // optional options for the Edge type),
),
Expand Down

0 comments on commit c2c3888

Please sign in to comment.