GraphQL - Resolvers
How can you modify a resolver to access a logging service from
context and log the query arguments before returning data?context and log the query arguments before returning data?context.logger.log(args) before returning data logs the query arguments properly.context.logger.log(args) before returning the result -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions