Hello, I’d like ask if you can redirect me to some...
# prisma-client
r
Hello, I’d like ask if you can redirect me to some example or to give me some hints how to do result mapping in resolver to outer scheme inner scheme:
Copy code
a: {
    b: {
       c: {
           d: 1,
       },
    },
}
outer scheme:
Copy code
a: {
   c: {
      d: 1,
   },
}
so node b is internal and don’t want to expose it to external consumers. Is that achievable at this moment ? Thanks a lot.
I’ve answered my question after one article published on your blog.
a
Could you link us to the article?