Is it possible to query relations through the gene...
# prisma-whats-new
a
Is it possible to query relations through the generated Prisma db object? For example, when I set
const db = new Prisma({...})
and then call
db.query.user({ where: id="id" })
, the user object returned by Prisma does not include any of user’s relations.
a
Cool thanks!
a
You’re welcome 🙂