
Sometimes we are using the same query but for different purposes and for different modules.
I would like to have the ability to add names for query
query Teacher(where: { type: 'teacher' }) { profile : { name } }
query Student(where: { type: 'student' }) { profile : { name } }