filter columns in generated query by GraphQL
I am new to GraphQL and I have a question, when I run the project and want to select just Id and Name, it works fine and gets just these two fields in output, but the problem is, I realized that it sends SELECT * from X to the Database (here SQL Server), is there any configuration to tell it only select those columns that needed from the database?
I have downloaded this sample Project from CodeMaz
Comments
Post a Comment