You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When useSofa is called I get an error message of out of heap space. I have some recursive graphql types. I imagine either the number of operations or the recursive structures are the problem.
I am using node 20.
Is there a way to diagnose the issue. Is it possible to whitelist certain operations - to reduce the overall number of operations to use?
The text was updated successfully, but these errors were encountered:
When useSofa is called I get an error message of out of heap space. I have some recursive graphql types. I imagine either the number of operations or the recursive structures are the problem.
I am using node 20.
Is there a way to diagnose the issue. Is it possible to whitelist certain operations - to reduce the overall number of operations to use?
The text was updated successfully, but these errors were encountered: