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

Fix bug cannot convert null or undefined to object #254

Closed Fibs7000 closed 2 years ago

Fibs7000 commented 2 years ago

If submodelFilter is true but also an object (cause its JSON) then return just true

AhmedElywa commented 2 years ago

Thanks for your pull request