Slide 31
Slide 31 text
GraphQL Conf 2019
@__xuorig__
API Gateways
•Types, and even singular fields, can possibly be resolved by `n`
services
•Nested fields may need to be resolved outside the current service
•Resolution logic is extremely complex (Avoiding N+1's, handling
failure scenarios within resolution of a query, etc)
GraphQL