GraphQL - Resolvers
You want to fetch a list of orders with their customer names using resolver chains. The
orders resolver returns an array of orders with customerId. How should you implement the customer resolver to correctly use resolver chains?