Skip to content

Commit

Permalink
Fix typo 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 8b96bf3 commit eeb6cec
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 @@ -455,7 +455,7 @@ builder.prismaObject('User', {

The returned query object will be added to the include section of the `query` argument that gets
passed into the first argument of the parent `t.prismaField`, and can include things like `where`,
`skip`, `take`, abd `orderBy`. The `query` function will be passed the arguments for the field, and
`skip`, `take`, and `orderBy`. The `query` function will be passed the arguments for the field, and
the context for the current request. Because it is used for pre-loading data, and solving n+1
issues, it can not be passed the `parent` object because it may not be loaded yet.

Expand Down

0 comments on commit eeb6cec

Please sign in to comment.