Do you know when to use GraphQL? #87
ssw-rules-comments-migrator
started this conversation in
Test Migration
Replies: 1 comment
-
Jerry Luo commented on Disqus at December 17 2021, 09:56 The problem of GraphQL is that it can't solve performance problems in complex queries, so when a client needs to query many nested fields at once, normally the front-end developer is not clear that he is accessing too much data from different data sources on the server side. it requires a mechanism (such as deepest query depth, query complexity weights, avoiding recursion, persistent queries) to stop expensive (performance) queries from the client. |
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
-
https://www.ssw.com.au/rules/graphql-when-to-use
Beta Was this translation helpful? Give feedback.
All reactions