paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
680 stars 55 forks source link

Why the Nexus generator doens't handle relation includes? #281

Closed brunoti closed 1 year ago

brunoti commented 1 year ago

All the find queries generated by the paljs nexus generator don't seem to care about the include field. So that rises two questions:

  1. How are you guys handling this in your generated apis?
  2. Does paljs has any intention to add this on the generator?
brunoti commented 1 year ago

Just found out that it as my misunderstanding of GraphQL