Ideally i do not want to select all the columns of my users table, if the client only want to access the name of a user. Is there any way that i can, from my resolver, pick the requested fields, and make a more specific query, based on it?
Ideally i do not want to select all the columns of my users table, if the client only want to access the name of a user.
Is there any way that i can, from my resolver, pick the requested fields, and make a more specific query, based on it?