basically if I have an object like `Post`, and it ...
# orm-help
c
basically if I have an object like
Post
, and it has a sub object like
Comment
... and
Comment
has an
id
and I want to add some data to
Comment
in the resolver where the data doesn't come from prisma