WaitGroup Isn’t Enough: Lessons from Building a GraphQL Router in Go – Medium

letslearngraphql

WaitGroup Isn’t Enough: Lessons from Building a GraphQL Router in Go – Medium

That’s huge for systems like GraphQL routers, where partial failure usually means the whole request should fail. We’ve adopted errgroup for many parts …

 

Read More