JacekKosciesza / StarWars

GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
MIT License
623 stars 98 forks source link

Advanced queries #4

Open Jenan opened 7 years ago

Jenan commented 7 years ago

Hey,

have you tried create a query wich will be correspond with SQL query? That means if I want to getting the field 'name' the IQueryable will be getting only for 'name' column in database.

Thx.