graphql / graphql-js

A reference implementation of GraphQL for JavaScript
http://graphql.org/graphql-js/
MIT License
20.1k stars 2.03k forks source link

Depending on the scale a few more fields could result in a lot more function calls in the resolvers. That coupled with Node.js / JS single threaded nature might be problematic. #4058

Closed Heyitsquoracom closed 7 months ago

Heyitsquoracom commented 7 months ago
          Depending on the scale a few more fields could result in a lot more function calls in the resolvers. That coupled with Node.js / JS single threaded nature might be problematic.

Originally posted by @mwanjabala in https://github.com/graphql/graphql-js/issues/3945#issuecomment-1680970928