Dulara Malindu Colombage
05/15/2020, 12:35 PMconst 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?