Zane Helton
10/24/2019, 5:48 AMconst handler = extensionStack && extensionStack.willResolveField(source, args, context, info);
// If no resolver has been defined for a field, use the default field resolver
// (which matches the behavior of graphql-js when there is no explicit resolve function defined).
// TODO: Find a way to respect custom field resolvers, see <https://github.com/graphql/graphql-js/pull/865>
try {
const result = (fieldResolver || defaultFieldResolver)(source, args, context, info);