I would like to know if someone can help me with the use of CO in node using node-mysql to build queries where one depends on the result of another. This is the same as using async / await but without needing Babel. I'm trying to do a function where I solve the promise with yield and this promise resolved to pass that value to another query and show the results in a later view.