graphql-fields-to-relations icon indicating copy to clipboard operation
graphql-fields-to-relations copied to clipboard

Support feature to ignore fields with arguments

Open tpdewolf opened this issue 3 years ago • 0 comments

Hi Dries,

Thanks for the work on this project. It works like a charm in combination with MikroORM!

I was having some issues where I wanted to ignore fields that have arguments because I don't want to query the entire relation, but only a subset. I've added the functionality to ignore fields when they have arguments. By default it's disabled so it shouldn't affect current functionality.

tpdewolf avatar May 04 '22 12:05 tpdewolf