This is my mutation
# orm-help
y
This is my mutation
r
Hey @Yasir Hussain 👋 To view the entire logs on
info
could you log it in this manner
Copy code
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.
can you please help me with, I google the issue but I didn't understand what's is happening and with is causing this.