GraphQL - Resolvers
You want to write a resolver that returns the full name by combining
parent.firstName and parent.lastName. Which of the following resolver signatures and implementations is correct?