Add ability to pass select
argument to Prisma Client in adapter-prisma API
#5306
MurzNN
started this conversation in
Feature requests
Replies: 1 comment
-
Thank you for the feature suggestion @MurzNN. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prisma Client have ability to limit list of returning fields via select API argument. This is useful for decrease the transferred data size and increase SQL query execution.
But Keystone's adapter-prisma API at now don't provide ability to pass the
select
argument to Prisma Client. Will be good to add this feature.Beta Was this translation helpful? Give feedback.
All reactions