Modify the @info() decorator to format the Resolve Info for prisma selection set #948
-
I'm using paljs specifically their I thought of making a global middleware which overwrite the info to be the prisma selection set, but the problem was that the global midddleware run not only for the resolvers but for the field resolvers too which is not what I wanted at all and even with so can I extend the or there's another way for achieving what I want rather than what I mentioned. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://typegraphql.com/docs/custom-decorators.html#parameter-decorators |
Beta Was this translation helpful? Give feedback.
https://typegraphql.com/docs/custom-decorators.html#parameter-decorators