What About the Database? How to Write Efficient Queries for GraphQL Resolvers (RYAN CHENKIE)

Опубликовано: 06 Ноябрь 2019
на канале: Apollo GraphQL
9,344
128

When writing GraphQL servers, we often place a lot of emphasis on how to craft good resolvers. However, we don't often think about how to create good database queries to furnish the data for those resolvers. Let's look at how it's easy to fall into the trap of writing inefficient database queries and how we can use GraphQL itself to solve this problem.

Resources:
Learn more about Summit - https://summit.graphql.com/
Explore the GraphQL FAQs - https://www.apollographql.com/docs/re...
Checkout the Apollo docs - https://www.apollographql.com/docs/