GraphQL Execution Strategies
You use GraphQL, but you want to really understand how a query is executed or how to deal with the N+1 problem? Join us for a deep dive into the world of GraphQL execution strategies: we will look at how the specification defines GraphQL execution, how to handle the N+1 problem and which alternative execution strategies exists.