context.prisma.user({id: "ckbq161w6i1ka0a42wsbtda38" }).packingLists({where: {some id from a relation} })
s
Sachin Jani
07/03/2020, 10:08 AM
if your where condition matches with the condition that you expect to get a single record of then you can just get it by extracting the first element of result array.