mark
05/14/2019, 2:27 PMreturn { ...(await prisma.query.user({ where: { id } }, info), metadata }
metadata isn’t in the reponse if i take a look at it...
Ideally i would love to have an extra key in the JSON reponse next to “data”nuno
05/14/2019, 4:32 PMmark
05/15/2019, 7:30 AM