Hello, is there any way to use the `include` API t...
# prisma-client
h
Hello, is there any way to use the
include
API to automatically return all relational fields without specifying them?
l
Not that I know of, but wouldn't that lead to circular dependencies if it was recursive?
h
You're right, Id say have a depth parameter that would only reach a certain level. I know at least AppSync does it for GraphQL
r
@Hector 👋 Currently not, but a feature request would be great 🙂
h
Done 👍
🙌 1