GraphQL - Resolvers
You wrote this resolver:
function resolver(parent, args, context) { return info.fieldNodes; }. Why does this cause an error?function resolver(parent, args, context) { return info.fieldNodes; }. Why does this cause an error?info.infoinfo is not declared, trying to use it causes a reference error.info argument in its parameters. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions