openapi-to-graphql
openapi-to-graphql copied to clipboard
Any way to solve the N + 1 problem when I use Nest Object
https://medium.com/the-marcy-lab-school/what-is-the-n-1-problem-in-graphql-dd4921cb3c1a
I am trying to use nest object feature and it work well,but if we use it in list query, N +1 problem comes. Is there any way to solve the N + 1 problem when I use Nest Object?