Skip to content

Commit

Permalink
Merge pull request hayes#817 from maltekiessling/patch-2
Browse files Browse the repository at this point in the history
Fix wrong parenthesis in Prisma plugin docs
  • Loading branch information
hayes authored Mar 1, 2023
2 parents 079a742 + c2c3888 commit 57b61e0
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 57b61e0

Please sign in to comment.