I found this on prisma docs. there is has a syntax...
# orm-help
d
I found this on prisma docs. there is has a syntax like this
Copy code
const userWithPosts = await prisma.users().$fragment(fragment)
but I can’t use $fragment method like it has been used on this mentioned scenario. I am using the prisma image prismagraphql/prisma:1.29.1 do I need to update in order to use fragments?