paljs / prisma-tools

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

Get object first -> Ignore nested object #331

Open laudaikinhdi opened 2 months ago

laudaikinhdi commented 2 months ago

I want to get object first For example: I want ignore roles

image

output: Only get border red

image

Thank you