Yasir Hussain
05/01/2020, 1:15 AMRyan
05/01/2020, 7:49 AMinfo
could you log it in this manner
const util = require('util')
console.log(util.inspect(myObject, {showHidden: true, depth: null}))
This will show you all the fields in the info
object.
Info is a parameter used to get the entire structure of your Query/Mutation. It gives you all the data regarding the datatypes and the fields you have requested in your query and your schema as well.Yasir Hussain
05/01/2020, 9:54 PMYasir Hussain
05/01/2020, 9:54 PMYasir Hussain
05/01/2020, 9:54 PMYasir Hussain
05/01/2020, 9:57 PM