Problems
● Business teams want to see relational data on
screen. N+1 problem.
● Customer – Orders – Products
● REST: /customer/3/orders/4/products ?
● How we can get Products from Order X for
Customer Y ?
● Chatty Calls for enriching data
Solutions
● GraphQL API Design
● Structural relational data with querying
GraphQL AP