graphql operation with parameter doesn't work
AnsonCode opened this issue · 4 comments
AnsonCode commented
jensneuse commented
That's correct! Prisma doesn't support variable definitions.
That's why we've built something into WunderGraph to "inline" variable definitions.
AnsonCode commented
That's correct! Prisma doesn't support variable definitions. That's why we've built something into WunderGraph to "inline" variable definitions.
I think we should migrate this function for wunderbase.
jensneuse commented
As we're only always using wunderbase behind WunderGraph, I don't see much value in doing so. It's fast, but not inexpensive, and shouldn't run twice in the request chain.