'When the data from Prisma is filtered by GraphQL, it ignores the remaining redundant data

When I use Prisma and GraphQL, I realized that when a model is getting its data, it comes in areas other than the ones specified in the request, this is tiring the server, is it true?

Requested data query

Requested data query

Response in the debug

Response in the debug



Solution 1:[1]

I founded a solution you can use https://paljs.com/ package, Package is has Prisma select tools

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Abdulrahman Elheyb