Hello, let's say I have a Post type coming from pr...
# orm-help
m
Hello, let's say I have a Post type coming from prisma-datamodel. Then, in my application schema, I want to add a new field to this type (coming from different data-source). What's the best way to implement this? I was thinking about type-level resolver, but this would be very ineffective for multi-node queries (e.g. posts). Thanks!