Replies: 1 comment
-
All we have for performance tweaks is https://typegraphql.com/docs/performance.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our team experiences large latencies when inputs become large, specifically large arrays. I've profiled our app and tracked down most of the time is spent within
function convertToInput(tree, data)
. I was able to increase the performance by using a GraphQLJsonObject, but I lose documentation and validation with that approach. Do you have any recommendations for increasing performance?Beta Was this translation helpful? Give feedback.
All reactions