Hi guys I have a problem with which I have tried d...
# prisma1-community
s
Hi guys I have a problem with which I have tried different ways to solve it but do not find the right one I need your help please, it turns out that I have two related collections, and I want to bring all user appointmets but that the json includes the user's infomation, help me pleasee :c
f
author
is not a scalar, you need to add the fields to your fragment aswell (ie.
$fragment('{ author { id uid email ... } }')
)
fast parrot 1
s
thank you very much if it worked
😁 1