so if I get a single graphql request (for Content)...
# prisma-client
n
so if I get a single graphql request (for Content) with
{ tags { assignedTo { id } } }
that generates these prisma calls in my resolvers: •
prisma.contents({ id }).tags()
prisma.tags({ id }).assignedTo()