What is the type of the query resolver?
I need to accept queries in my function, like this one:
What is the type of this
const somt = t.task.admin.lessonsWhat is the type of this
somt variable? Imagine I am passing it as argument to some function, I need to know the type of the argument I should use.