ebicoglu / AspNetCoreGraphQL-MyHotel

A sample ASP.NET Core & Angular app for demonstrating GraphQL API service
98 stars 40 forks source link

support multi QueryArguments filtering #2

Closed SitholeWB closed 5 years ago

SitholeWB commented 5 years ago

I believe that passing more than one query arguments to GraphQL should filter data with all query arguments passed. I am trying to fix that with these changes by making use of Predicate.

Correct me if I am wrong, please. I am still new to GraphQL