Is it intended that fields not declared in type can be added through ResolveField in Nestjs GraphQL?

Is it intended that fields not declared in type can be added through ResolveField in Nestjs GraphQL?

I am currently using Nestjs GraphQL. I have a question about the schema declaration method for GraphQL’s ResolveField. Previously, I declared all …

 

Read More