|
|
|
|
|
by n_e
1734 days ago
|
|
> The fact that GraphQL allows all these permutations in the queries is the root of the problem. It's not something which can be solved or optimized within GraphQL. Common ways to solve that are to whitelist the allowed queries or to cache at the resolver level instead of the query level. |
|