LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

Make querying for associated objects performant in the GraphQL API #929

Open jeffreywescott opened 7 years ago

jeffreywescott commented 7 years ago

Example, the root cause of: https://github.com/LearnersGuild/game/pull/820

This was ultimately worked around by changing the query/API request to avoid the problematic aspect of the query's performance, but we need to fix the way the game service processes requests for duplicate data, especially when it comes from an external resource (like the the idm service).

jeffreywescott commented 7 years ago

[Comment from Clubhouse user @jeffreywescott:] @prattsj: move to P4 GH?