Skip to content

Commit

Permalink
fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Dec 15, 2023
1 parent fe7f339 commit a669a03
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 @@ -1277,7 +1277,7 @@ builder.prismaObjectField('Post', 'mediaConnection', (t) =>
t.connection({
type: Media,
// add the args from the connection helper to the field
args: mediaConnectionHelpers.args,
args: mediaConnectionHelpers.getArgs(),
select: (args, ctx, nestedSelection) => ({
media: mediaConnectionHelpers.getQuery(args, ctx, nestedSelection),
}),
Expand Down

1 comment on commit a669a03

@vercel
Copy link

@vercel vercel bot commented on a669a03 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.