GraphQL.EntityFramework
GraphQL.EntityFramework copied to clipboard
Adds EntityFramework Core IQueryable support to GraphQL
Hey, I'm trying to upgrade to dot net6 and v17.0 but I always receive an exception of Nullability Unknown for the navigation property in case the nullable context is disabled....
hi I see this branch provides nullable option to nav field. (https://github.com/SimonCropp/GraphQL.EntityFramework/tree/nullableNavField) But it seems that the current master branch doesn't merge this feature. What is the reason please?
Bumps [GraphQL.SystemTextJson](https://github.com/graphql-dotnet/graphql-dotnet) and [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet). These dependencies needed to be updated together. Updates `GraphQL.SystemTextJson` from 8.0.0 to 8.0.1 Release notes Sourced from GraphQL.SystemTextJson's releases. 8.0.1 What's Changed Fix NRE in AllowedOnAnalyzer...
var stringEntities = await database.Context.StringEntities.Where(_=>EF.Functions.Collate(_.Property, "SQL_Latin1_General_CP1_CI_AS")!.Contains("John")).ToListAsync();